Skip to content

WsStream.ReadAsync method (1 of 2)

public override ValueTask<int> ReadAsync(Memory<byte> buffer, 
    CancellationToken cancellationToken = default)

See Also


WsStream.ReadAsync method (2 of 2)

public override Task<int> ReadAsync(byte[] buffer, int offset, int count, 
    CancellationToken cancellationToken)

See Also