C# 클래스 SoundBoard.AutoUpdate.Internal.Streams.StreamCopier

상속: IDisposable
파일 보기 프로젝트 열기: jormenjanssen/Soundboard

보호된 프로퍼티들

프로퍼티 타입 설명
WriteBufferSize int

공개 메소드들

메소드 설명
CopyStream ( IProgress streamProgressResult, CancellationToken cancellationToken, long expectedSize = -1 ) : bool
Dispose ( ) : void
StreamCopier ( Stream sourceStream, Stream targetStream ) : System

비공개 메소드들

메소드 설명
CalculateProgress ( long downloaded, long expectedSize ) : int

메소드 상세

CopyStream() 공개 메소드

public CopyStream ( IProgress streamProgressResult, CancellationToken cancellationToken, long expectedSize = -1 ) : bool
streamProgressResult IProgress
cancellationToken System.Threading.CancellationToken
expectedSize long
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

StreamCopier() 공개 메소드

public StreamCopier ( Stream sourceStream, Stream targetStream ) : System
sourceStream Stream
targetStream Stream
리턴 System

프로퍼티 상세

WriteBufferSize 보호되어 있는 프로퍼티

protected int WriteBufferSize
리턴 int