Method GetBodyContentsAsync
GetBodyContentsAsync(CancellationToken)
Asynchronously reads the request contents as a memory byte array.
public Task<Memory<byte>> GetBodyContentsAsync(CancellationToken cancellation = default)
Parameters
cancellation
CancellationTokenA CancellationToken to cancel the operation.