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