Enum InternetProxyConnectionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the proxy connection type.
public enum InternetProxyConnectionType
Fields
Direct = 1
A direct connection should be used.
Invalid = 3
The proxy connection settings are invalid.
Proxy = 2
The specified proxy server should be used.
Unknown = 0
The connection type is unknown.