RequestReceivedEventArgsProxyAddress Property |
Gets the address of the reverse proxy that forwarded this request to the server.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ProxyAddress { get; }
Public ReadOnly Property ProxyAddress As String
Get
public:
property String^ ProxyAddress {
String^ get ();
}
member ProxyAddress : string with get
Property Value
Type:
StringSee Also