System.Net.NetworkInformation.TcpConnectionInformation.RemoteEndPoint Property

Gets the remote endpoint of a Transmission Control Protocol (TCP) connection.

Syntax

public abstract System.Net.IPEndPoint RemoteEndPoint { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the TcpConnectionInformation.State of this connection is TcpState.Listen, the remote endpoint is not established, and has all zeros for its IP address.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0