'Declaration
Public ReadOnly Property LocalEndpoint As EndPoint
'Usage
Dim instance As TcpMessageSocket Dim value As EndPoint value = instance.LocalEndpoint
public EndPoint LocalEndpoint {get;}
'Declaration
Public ReadOnly Property LocalEndpoint As EndPoint
'Usage
Dim instance As TcpMessageSocket Dim value As EndPoint value = instance.LocalEndpoint
public EndPoint LocalEndpoint {get;}
Exception | Description |
---|---|
System.Net.Sockets.SocketException | An error occurred when attempting to access the socket. See the Remarks section for more information. |
System.ObjectDisposedException | The System.Net.Sockets.Socket has been closed. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2