ServerRequestRemoteAddress Property |
Gets the address of the machine that made the request.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string RemoteAddress { get; }
Public ReadOnly Property RemoteAddress As String
Get
public:
property String^ RemoteAddress {
String^ get ();
}
member RemoteAddress : string with get
Property Value
Type:
StringSee Also