PacProxySettings Constructor |
Constructs a new PacProxySettings instance initiated with
the pacUrl URL address where PAC file with
proxy settings is located. The address of the PAC file must be a
valid URL address. The address can contain a path to the PAC
file on local file system.
Namespace:
DotNetBrowser.Net.Proxy
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public PacProxySettings(
string pacUrl
)
Parameters
- pacUrl
- Type: SystemString
URL address of the PAC file with proxy settings.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when pacUrl is null, empty or contain only white space. |
See Also