C# 클래스 ModernHttpClient.CancellableStreamContent

상속: ProgressStreamContent
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

공개 메소드들

메소드 설명
CancellableStreamContent ( Stream source, System.Action onDispose ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

CancellableStreamContent() 공개 메소드

public CancellableStreamContent ( Stream source, System.Action onDispose ) : System
source Stream
onDispose System.Action
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void