Method GetBytesAsync
GetBytesAsync(CancellationToken)
Gets the raw bytes of this resource asynchronously.
public Task<byte[]> GetBytesAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to observe while waiting for the task to complete.