Rebex SFTP for .NET

ProxySocket.EndAccept Method 

Ends an asynchronous request to accept an incoming connection.

public void EndAccept(
   IAsyncResult asyncResult
);

Parameters

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

Remarks

The EndAccept method completes a request to accept a connection that was started with the BeginAccept method.

See Also

ProxySocket Class | Rebex.Net Namespace