Rebex SFTP for .NET

ProxySocket.RemoteEndPoint Property

Gets the remote endpoint.

public System.Net.IPEndPoint RemoteEndPoint {get;}

Property Value

The remote endpoint that the ProxySocket 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 ProxySocket methods that establish a connection to a remote host.

See Also

ProxySocket Class | Rebex.Net Namespace