An enumeration of the type of proxies that the server is sitting behind.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration ProxyType
public enum class ProxyType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The user hasn't specified what kind of proxy the server is behind.
|
| Forward | 1 |
A forward proxy is forwarding traffic to the server.
|
| Reverse | 2 |
A reverse proxy is mirroring traffic to the server.
|
See Also