Table of Contents

Class PacProxySettings

Namespace
DotNetBrowser.Net.Proxy
Assembly
DotNetBrowser.dll

With this proxy configuration the connection uses proxy settings received from proxy auto-config (PAC) file which is located at the specific address.

In case PAC script fails, a direct connection will be used.
public sealed class PacProxySettings : ProxySettings
Inheritance
PacProxySettings
Inherited Members

Constructors

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.

Properties

PacUrl

The URL address of the PAC file with proxy settings.