ProxySocket.EndSend Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
EndSend(IAsyncResult)
Ends a pending asynchronous send.
Declaration
public int EndSend(IAsyncResult asyncResult)
Parameters
Type | Name | Description |
---|---|---|
IAsync |
asyncResult | Stores state information for this asynchronous operation as well as any user-defined data. |
Returns
Type | Description |
---|---|
Int32 | The number of bytes sent. |
Remarks
The EndSend method completes a request to accept a connection that was started with the Begin