TlsServerSocket.EndSend Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
EndSend(IAsyncResult)
Ends a pending asynchronous send. Inherited from TlsSocket.
Declaration
public int EndSend(IAsyncResult asyncResult)
Parameters
| Type | Name | Description | 
|---|---|---|
| IAsyncResult | 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 BeginSend(Byte[], Int32, Int32, SocketFlags, AsyncCallback, Object) method.