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.LocalEndpoint

Gets the local end point.

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

See Also

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