Rebex SFTP for .NET

ProxySocket.EndSend Method 

Ends a pending asynchronous send.

public int EndSend(
   IAsyncResult asyncResult
);

Parameters

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

Return Value

The number of bytes sent.

Remarks

The EndSend method completes a request to accept a connection that was started with the BeginSend method.

See Also

ProxySocket Class | Rebex.Net Namespace