Click or drag to resize
ProxyType Enumeration
An enumeration of the type of proxies that the server is sitting behind.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ProxyType
Members
  Member nameValueDescription
Unknown0 The user hasn't specified what kind of proxy the server is behind.
Forward1 A forward proxy is forwarding traffic to the server.
Reverse2 A reverse proxy is mirroring traffic to the server.
See Also