The WebBrowser type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
AccessType |
Gets the dwAccessType parameter to be passed to InternetOpen() used by WinInet/WinHTTP.
| |
BufferSize |
Gets or sets the size of the buffer used when reading TCP data from a socket.
| |
CacheInMemoryContentLimit |
Gets or sets the maximum size of resources that can be cached in memory.
| |
CacheSecureData |
Gets or sets a value that indicates whether secure (HTTPS) data will be cached.
| |
CachingEnabled |
Gets or sets a value that indicates whether HTTP caching is enabled.
| |
CertificateDisplay |
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.
| |
CertificateStoreName |
Gets or sets the name of the system certificate store.
| |
CertificateSubject |
Gets or sets the subject to search for when selecting a client certificate.
| |
CertLocation |
Gets or sets the location folder or file path for a client certificate.
| |
ConnectionsPerServer |
Gets or sets the maximum number of connections allowed per server for a WinHTTP handler.
| |
ConnectRetries |
Gets or sets the number of times to attempt to connect to a web server before reporting a failure.
| |
ConnectTimeout |
Gets or sets the time in milliseconds to wait for a TCP connection to be opened, before reporting a failure.
| |
CookiesSupported |
Gets or sets a value that indicates whether cookies are be handled automatically.
| |
DefaultCharactersAllowedInPostedForm |
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.
| |
DefaultConnectionIdleTimeout |
Gets or sets the time in milliseconds after which a TCP connection is considered to be idle, and automatically closed.
| |
DefaultFollowRedirects |
Gets or sets a value that indicates whether redirects will automatically be followed for any
subsequent Request objects created by this WebBrowser.
| |
DefaultIncludeQueryDataInLabels |
Gets or sets a value that indicates whether URLs with different query data should be considered different
from each other by default.
| |
DefaultKeepAllSubRequestContent |
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.
| |
DefaultKeepContent |
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.
| |
DefaultRetrieveSubRequests |
Gets or sets a value that indicates whether sub-requests will be retrieved for any
subsequent Request objects created by this WebBrowser.
| |
DefaultSubRequestThreadCount |
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.
| |
DefaultTimeEveryHttpRequest |
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.
| |
DefaultUserAgent |
Gets or sets the value that the "User-Agent" HTTP header defaults to
in Request objects created by this WebBrowser.
| |
DefaultVersion |
Gets or sets the HTTP version as a string, as set by default
for any subsequent Request objects created by this WebBrowser.
| |
DnsRetries |
Gets or sets the number of times that eggPlant Performance will retry a DNS lookup in the event of failure.
| |
DnsTimeout |
Gets or sets the time in milliseconds before a DNS lookup will time-out.
| |
EnableOptionalClientCertificates |
Enables the use of optional client certificates, in case the server requests a client certificate but doesn't require one.
| |
HostFilteringMode |
Get/set the HostFilteringMode.
| |
IsDynatraceIntegrationEnabled |
Gets or sets a value that indicates whether dynaTrace integration is enabled.
| |
IsLoggingEnabled |
Gets a value that indicates whether detailed HTTP logging has been enabled for this Virtual User.
| |
IsLoggingSuspended |
Gets a value that indicates whether detailed HTTP logging has been suspended for this Virtual User.
| |
IsSetCertLocation |
Gets a value that indicates whether a certificate location has been set.
| |
IsSetProxy |
Gets a value that indicates whether a proxy server has been defined for this WebBrowser.
| |
LocalIpEndPoint |
Gets or sets the local IpEndPoint to use when making a connection to a web server.
| |
MaxNetworkErrors |
Gets or sets the maximum number of network errors to accept before the script is terminated.
| |
MinorVersion |
Gets or sets the minor HTTP version number.
| |
Password |
Gets or sets the password that will be used for HTTP authentication.
| |
ProxyBypass |
Gets the lpszProxyBypass parameter to be passed to InternetOpen() used by WinInet/WinHTTP.
| |
ProxyServer |
Gets the lpszProxyName parameter to be passed to InternetOpen() used by WinInet/WinHTTP.
| |
ReadRetries |
Gets or sets the number of times to attempt to read data from the web server before reporting a failure.
| |
ReceiveTimeout |
Gets or sets the time in milliseconds to wait for a web server to respond to a request before reporting a failure.
| |
ResponseWithNoExpiryInformationIsFresh |
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.
| |
SendTimeout |
Gets or sets the time in milliseconds before a sent TCP packet will time-out.
| |
SSLrenegotiateTime |
Gets or sets the time in milliseconds after which the SSL connection must be renegotiated.
| |
User |
Gets or sets the username that will be used for HTTP authentication.
| |
VirtualUser |
Gets the VirtualUser instance that this WebBrowser is associated with.
|
See Also