Method ReceiveAsync
ReceiveAsync(Memory<byte>, CancellationToken)
Receives data from the WebSocket asynchronously.
public abstract ValueTask<ValueWebSocketReceiveResult> ReceiveAsync(Memory<byte> buffer, CancellationToken cancellationToken)
Parameters
buffer
Memory<byte>The buffer to receive the data into.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- ValueTask<ValueWebSocketReceiveResult>
A ValueTask<TResult> representing the asynchronous operation. The result contains the ValueWebSocketReceiveResult.