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