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 ProxySocket is using for communications.

Implements

ISocket..::..RemoteEndPoint

Remarks

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also