Click or drag to resize

ProxyType Enumeration

Types of proxy settings.

Namespace:  DotNetBrowser.Net.Proxy
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public enum ProxyType
Members
  Member nameValueDescription
System-1 The proxy settings defined in operating system.
Direct0 The direct connection without proxy server.
AutoDetect1 The automatically detected proxy settings.
Pac2 The proxy settings obtained from the PAC file.
Custom3 The custom proxy settings.
See Also