WindowsAuthStreamWrapper.

CopyToAsync(Stream, int, CancellationToken) Method

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