CustomProxySettings Class |
Namespace: DotNetBrowser.Net.Proxy
public sealed class CustomProxySettings : ProxySettings
The CustomProxySettings type exposes the following members.
Name | Description | |
---|---|---|
CustomProxySettings |
Constructs a new CustomProxySettings instance with given proxy rules.
|
Name | Description | |
---|---|---|
Exceptions |
The set of URLs that should bypass the proxy settings.
| |
Rules |
The proxy rules in specified format. The string should be a
semicolon-separated list of ordered proxies that apply to a particular URL scheme.
| |
Type |
Gets the type of proxy settings.
(Inherited from ProxySettings.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |