Rebex SFTP for .NET

ProxySocket.EndReceive Method 

Ends a pending asynchronous read.

public int EndReceive(
   IAsyncResult asyncResult
);

Parameters

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

Return Value

The number of bytes received.

Remarks

The EndReceive method completes a request to accept a connection that was started with the BeginReceive method.

See Also

ProxySocket Class | Rebex.Net Namespace