- Namespace
- Statiq
.Common - Containing Type
- DelegatingStream
- Overridden
- ReadAsync
(byte[], int, int, CancellationToken)
Syntax
public override Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
Parameters
Name | Type | Description |
---|---|---|
buffer | byte[] | |
offset | int | |
count | int | |
cancellationToken | CancellationToken |
Return Value
Type | Description |
---|---|
Task |