C# Class Microsoft.Common.Core.StreamExtensions

Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
CopyAndFlushAsync ( this source, Stream destination, IProgress progress, CancellationToken cancellationToken ) : Task
CopyToAsync ( this source, Stream destination, IProgress progress, CancellationToken cancellationToken ) : Task

Method Details

CopyAndFlushAsync() public static method

public static CopyAndFlushAsync ( this source, Stream destination, IProgress progress, CancellationToken cancellationToken ) : Task
source this
destination Stream
progress IProgress
cancellationToken System.Threading.CancellationToken
return Task

CopyToAsync() public static method

public static CopyToAsync ( this source, Stream destination, IProgress progress, CancellationToken cancellationToken ) : Task
source this
destination Stream
progress IProgress
cancellationToken System.Threading.CancellationToken
return Task