Dart.Telnet Namespace > TcpBase Class : RemoteEndPoint Property |
Public ReadOnly Property RemoteEndPoint As IPEndPoint
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(); }