Dart.Sockets Namespace > TcpBase Class : RemoteEndPoint Property |
'Declaration Public ReadOnly Property RemoteEndPoint As IPEndPoint
'Usage Dim instance As TcpBase Dim value As IPEndPoint value = instance.RemoteEndPoint
public IPEndPoint RemoteEndPoint {get;}
public: __property IPEndPoint* get_RemoteEndPoint();
public: property IPEndPoint^ RemoteEndPoint { IPEndPoint^ get(); }