Table of Contents

Enum ProxyType

Namespace
DotNetBrowser.Net.Proxy
Assembly
DotNetBrowser.dll

Types of proxy settings.

public enum ProxyType

Fields

AutoDetect = 1

The automatically detected proxy settings.

Custom = 3

The custom proxy settings.

Direct = 0

The direct connection without proxy server.

Pac = 2

The proxy settings obtained from the PAC file.

System = -1

The proxy settings defined in operating system.