TlsSocket.ReceiveAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
ReceiveAsync(ArraySegment<Byte>)
Receives data from a connected TlsSocket.
Declaration
public async Task<int> ReceiveAsync(ArraySegment<byte> buffer)
Parameters
Type | Name | Description |
---|---|---|
ArraySegment<Byte> | buffer | The storage location for the received data. |
Returns
Type | Description |
---|---|
Task<Int32> | A Task<TResult> that represents the asynchronous operation. Result of the Task is the number of bytes received. |