TcpConnectionInformation.RemoteEndPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the remote endpoint of a Transmission Control Protocol (TCP) connection.
public:
abstract property System::Net::IPEndPoint ^ RemoteEndPoint { System::Net::IPEndPoint ^ get(); };
public abstract System.Net.IPEndPoint RemoteEndPoint { get; }
member this.RemoteEndPoint : System.Net.IPEndPoint
Public MustOverride ReadOnly Property RemoteEndPoint As IPEndPoint
Property Value
An IPEndPoint instance that contains the IP address and port on the remote computer.
Remarks
If the State of this connection is Listen, the remote endpoint is not established, and has all zeros for its IP address.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.