Constructor PacProxySettings
- Namespace
- DotNetBrowser.Net.Proxy
- Assembly
- DotNetBrowser.dll
PacProxySettings(string)
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.
public PacProxySettings(string pacUrl)
Parameters
pacUrl
stringURL address of the PAC file with proxy settings.
Exceptions
- ArgumentException
Thrown when
pacUrl
is null, empty or contain only white space.