Click or drag to resize
RequestReceivedEventArgsClientAddress Property
Gets the address of the machine that is accessing the server. If the request is going through a reverse proxy then it is the address of the machine that accessed the reverse proxy.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ClientAddress { get; }

Property Value

Type: String
See Also