Rebex SFTP for .NET

ProxySocket.Connect Method (IPEndPoint)

Establishes a connection to a remote device.

public void Connect(
   IPEndPoint remoteEP
);

Parameters

remoteEP
An IPEndPoint that represents the remote device.

Remarks

The Connect method establishes a network connection to a device identified by the remoteEP parameter. Once the connection has been made, you can send data to the remote device with the Send method, or receive data from the remote device with the Receive method.

See Also

ProxySocket Class | Rebex.Net Namespace | ProxySocket.Connect Overload List