C# 클래스 MailKit.Net.Imap.ImapFolder.FetchStreamContext

상속: IDisposable
파일 보기 프로젝트 열기: jstedfast/MailKit

공개 프로퍼티들

프로퍼티 타입 설명
Sections Stream>.Dictionary

공개 메소드들

메소드 설명
Dispose ( ) : void
FetchStreamContext ( ITransferProgress progress ) : System
Report ( long nread, long total ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FetchStreamContext() 공개 메소드

public FetchStreamContext ( ITransferProgress progress ) : System
progress ITransferProgress
리턴 System

Report() 공개 메소드

public Report ( long nread, long total ) : void
nread long
total long
리턴 void

프로퍼티 상세

Sections 공개적으로 프로퍼티

public Dictionary Sections
리턴 Stream>.Dictionary