CopyToAsync(Stream, int, CancellationToken) Method
Namespace
Statiq.Common
Containing Type
DelegatingStream
Overridden
CopyToAsync(Stream, int, CancellationToken)

Syntax

public override Task CopyToAsync(Stream destination, int bufferSize, CancellationToken cancellationToken)

Parameters

Name Type Description
destination Stream
bufferSize int
cancellationToken CancellationToken

Return Value

Type Description
Task