WebBrowser PropertiesC# API
The WebBrowser type exposes the following members.
Properties

  NameDescription
Public propertyAccessType
Gets the dwAccessType parameter to be passed to InternetOpen() used by WinInet/WinHTTP.
Public propertyBufferSize
Gets or sets the size of the buffer used when reading TCP data from a socket.
Public propertyCacheInMemoryContentLimit
Gets or sets the maximum size of resources that can be cached in memory.
Public propertyCacheSecureData
Gets or sets a value that indicates whether secure (HTTPS) data will be cached.
Public propertyCachingEnabled
Gets or sets a value that indicates whether HTTP caching is enabled.
Public propertyCertificateDisplay
Gets or sets a value that indicates whether certificate names should be written to the event log. This can be useful for debugging SSL/TLS client certificate issues.
Public propertyCertificateStoreName
Gets or sets the name of the system certificate store.
Public propertyCertificateSubject
Gets or sets the subject to search for when selecting a client certificate.
Public propertyCertLocation
Gets or sets the location folder or file path for a client certificate.
Public propertyConnectionsPerServer
Gets or sets the maximum number of connections allowed per server for a WinHTTP handler.
Public propertyConnectRetries
Gets or sets the number of times to attempt to connect to a web server before reporting a failure.
Public propertyConnectTimeout
Gets or sets the time in milliseconds to wait for a TCP connection to be opened, before reporting a failure.
Public propertyCookiesSupported
Gets or sets a value that indicates whether cookies are be handled automatically.
Public propertyDefaultCharactersAllowedInPostedForm
Gets or sets the characters that, by default, will NOT be percent-encoded when a Form is sent to the web server using a POST request.
Public propertyDefaultConnectionIdleTimeout
Gets or sets the time in milliseconds after which a TCP connection is considered to be idle, and automatically closed.
Public propertyDefaultFollowRedirects
Gets or sets a value that indicates whether redirects will automatically be followed for any subsequent Request objects created by this WebBrowser.
Public propertyDefaultIncludeQueryDataInLabels
Gets or sets a value that indicates whether URLs with different query data should be considered different from each other by default.
Public propertyDefaultKeepAllSubRequestContent
Gets or sets a value that indicates whether the content of responses to sub-requests should be kept, for any subsequent Request objects created by this WebBrowser.
Public propertyDefaultKeepContent
Gets or sets a value that indicates whether to keep the content of responses by default, for any subsequent Request objects created by this WebBrowser.
Public propertyDefaultRetrieveSubRequests
Gets or sets a value that indicates whether sub-requests will be retrieved for any subsequent Request objects created by this WebBrowser.
Public propertyDefaultSubRequestThreadCount
Gets or sets the number of threads that will be used to fetch sub-requests from the web server, for any subsequent Request objects created by this WebBrowser.
Public propertyDefaultTimeEveryHttpRequest
Gets or sets a value that indicates whether sub-requests will be timed as well as top-level HTTP requests, for any subsequent Request objects created by this WebBrowser.
Public propertyDefaultUserAgent
Gets or sets the value that the "User-Agent" HTTP header defaults to in Request objects created by this WebBrowser.
Public propertyDefaultVersion
Gets or sets the HTTP version as a string, as set by default for any subsequent Request objects created by this WebBrowser.
Public propertyDnsRetries
Gets or sets the number of times that eggPlant Performance will retry a DNS lookup in the event of failure.
Public propertyDnsTimeout
Gets or sets the time in milliseconds before a DNS lookup will time-out.
Public propertyEnableOptionalClientCertificates
Enables the use of optional client certificates, in case the server requests a client certificate but doesn't require one.
Public propertyHostFilteringMode
Get/set the HostFilteringMode.
Public propertyIsDynatraceIntegrationEnabled
Gets or sets a value that indicates whether dynaTrace integration is enabled.
Public propertyIsLoggingEnabled
Gets a value that indicates whether detailed HTTP logging has been enabled for this Virtual User.
Public propertyIsLoggingSuspended
Gets a value that indicates whether detailed HTTP logging has been suspended for this Virtual User.
Public propertyIsSetCertLocation
Gets a value that indicates whether a certificate location has been set.
Public propertyIsSetProxy
Gets a value that indicates whether a proxy server has been defined for this WebBrowser.
Public propertyLocalIpEndPoint
Gets or sets the local IpEndPoint to use when making a connection to a web server.
Public propertyMaxNetworkErrors
Gets or sets the maximum number of network errors to accept before the script is terminated.
Public propertyMinorVersion
Gets or sets the minor HTTP version number.
Public propertyPassword
Gets or sets the password that will be used for HTTP authentication.
Public propertyProxyBypass
Gets the lpszProxyBypass parameter to be passed to InternetOpen() used by WinInet/WinHTTP.
Public propertyProxyServer
Gets the lpszProxyName parameter to be passed to InternetOpen() used by WinInet/WinHTTP.
Public propertyReadRetries
Gets or sets the number of times to attempt to read data from the web server before reporting a failure.
Public propertyReceiveTimeout
Gets or sets the time in milliseconds to wait for a web server to respond to a request before reporting a failure.
Public propertyResponseWithNoExpiryInformationIsFresh
Gets or sets a value that indicates whether a response from a web server that does not contains any expiry information (such as an "Expires" or "Cache-Control, max-age" header) is treated as expired or not.
Public propertySendTimeout
Gets or sets the time in milliseconds before a sent TCP packet will time-out.
Public propertySSLrenegotiateTime
Gets or sets the time in milliseconds after which the SSL connection must be renegotiated.
Public propertyUser
Gets or sets the username that will be used for HTTP authentication.
Public propertyVirtualUser
Gets the VirtualUser instance that this WebBrowser is associated with.
Back to Top
See Also