Gets the remote endpoint.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public ReadOnly Property RemoteEndPoint As EndPoint
	Get
C#
public EndPoint RemoteEndPoint { get; }

Field Value

The remote endpoint that the ISocket is using for communications.

Remarks

The RemoteEndPoint property gets the network connection information associated with either the remote host or the proxy server. RemoteEndPoint is set by the ISocket methods that establish a connection to a remote host.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also