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.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ClientAddress { get; }
Public ReadOnly Property ClientAddress As String
Get
public:
property String^ ClientAddress {
String^ get ();
}
member ClientAddress : string with get
Property Value
Type:
StringSee Also