[This is preliminary documentation and is subject to change.]
Returns IP End point that this socket services, remote server for client socket and remote client for server sockets
Namespace: NFX.Glue.NativeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IPEndPoint EndPoint { get; }
public IPEndPoint EndPoint { get; }
Public ReadOnly Property EndPoint As IPEndPoint
Get
Public ReadOnly Property EndPoint As IPEndPoint
Get
public:
property IPEndPoint^ EndPoint {
IPEndPoint^ get ();
}
public:
property IPEndPoint^ EndPoint {
IPEndPoint^ get ();
}
member EndPoint : IPEndPoint with get
member EndPoint : IPEndPoint with get
Property Value
Type:
IPEndPoint