'Declaration
Public ReadOnly Property RemoteEndpoint As EndPoint
'Usage
Dim instance As TcpMessageSocket Dim value As EndPoint value = instance.RemoteEndpoint
public EndPoint RemoteEndpoint {get;}
'Declaration
Public ReadOnly Property RemoteEndpoint As EndPoint
'Usage
Dim instance As TcpMessageSocket Dim value As EndPoint value = instance.RemoteEndpoint
public EndPoint RemoteEndpoint {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