ServerRequestRemoteEndPoint Property |
Gets or sets the remote endpoint IP address.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IPEndPoint RemoteEndPoint { get; set; }
Public Property RemoteEndPoint As IPEndPoint
Get
Set
public:
property IPEndPoint^ RemoteEndPoint {
IPEndPoint^ get ();
void set (IPEndPoint^ value);
}
member RemoteEndPoint : IPEndPoint with get, set
Property Value
Type:
IPEndPointSee Also