| IRequestRemoteEndPoint Property  | 
            Gets the address that the Internet request originated from.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIPEndPoint RemoteEndPoint { get; }ReadOnly Property RemoteEndPoint As IPEndPoint
	Get
property IPEndPoint^ RemoteEndPoint {
	IPEndPoint^ get ();
}abstract RemoteEndPoint : IPEndPoint with get
Property Value
Type: 
IPEndPoint
See Also