Click or drag to resize

CustomProxySettings Class

Describes a user's proxy settings.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Net.ProxyProxySettings
    DotNetBrowser.Net.ProxyCustomProxySettings

Namespace:  DotNetBrowser.Net.Proxy
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public sealed class CustomProxySettings : ProxySettings

The CustomProxySettings type exposes the following members.

Constructors
  NameDescription
Public methodCustomProxySettings
Constructs a new CustomProxySettings instance with given proxy rules.
Top
Properties
  NameDescription
Public propertyExceptions
The set of URLs that should bypass the proxy settings.
Public propertyRules
The proxy rules in specified format. The string should be a semicolon-separated list of ordered proxies that apply to a particular URL scheme.
Public propertyType
Gets the type of proxy settings.
(Inherited from ProxySettings.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also