Rebex SFTP for .NET

ProxySocket.Accept Method 

Acepts an incoming connection.

public void Accept();

Remarks

A call to Accept is only allowed after a call to Listen or BeginListen methods of the same instance.

This method differs to a great extent from Listen. It does not return a new instance of the ProxySocket class. Instead, the current instance is used to handle the incoming connection.

See Also

ProxySocket Class | Rebex.Net Namespace