Rebex SFTP for .NET

ProxySocket.EndConnect Method 

Ends a pending asynchronous connection request.

public void EndConnect(
   IAsyncResult asyncResult
);

Parameters

asyncResult
Stores state information for this asynchronous operation as well as any user-defined data.

Remarks

The EndConnect method completes a request to accept a connection that was started with the BeginConnect method.

See Also

ProxySocket Class | Rebex.Net Namespace