Method ReceiveAsync
Namespace: Sisk.Core.Http.Engine
Assembly: Sisk.Core.dll
ReceiveAsync(Memory<byte>, CancellationToken)
Receives data from the WebSocket asynchronously.
public abstract ValueTask<ValueWebSocketReceiveResult> ReceiveAsync(Memory<byte> buffer, CancellationToken cancellationToken)
Parameters
The buffer to receive the data into.
cancellationToken CancellationToken
The cancellation token.
Returns
ValueTask<ValueWebSocketReceiveResult>
A ValueTask<TResult> representing the asynchronous operation. The result contains the ValueWebSocketReceiveResult.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語