Windows.Storage.Streams.InputStreamOverStream.ReadAsync

July 21, 2020 ยท View on GitHub

-description

Returns an asynchronous byte reader object.

-parameters

-param buffer

The buffer into which the asynchronous read operation places the bytes that are read.

-param count

The number of bytes to read that is less than or equal to the Capacity value.

-param options

Specifies the type of the asynchronous read operation.

-returns

The asynchronous operation.

-remarks

-examples

See the code example in ControlChannelTrigger with WebSockets.

-see-also

ControlChannelTrigger with WebSockets