NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Socket.RemoteEndpoint

Gets the remote end point

[Visual Basic]
Public ReadOnly Property RemoteEndpoint As EndPoint
[C#]
public EndPoint RemoteEndpoint {get;}
[C++]
public: __property EndPoint* get_RemoteEndpoint();
[JScript]
public function get RemoteEndpoint() : EndPoint;

See Also

Socket Class | Socket Members | System.Net.Sockets Namespace