ProxySocket.RemoteEndPoint Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
RemoteEndPoint
Gets the remote endpoint.
Declaration
public EndPoint RemoteEndPoint { get; }
Property Value
Type | Description |
---|---|
EndPoint | The remote endpoint that the ProxySocket is using for communications. |
Implements
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.