C# Class MailKit.Net.Imap.ImapFolder.FetchStreamContext

Inheritance: IDisposable
Mostrar archivo Open project: jstedfast/MailKit

Public Properties

Property Type Description
Sections Stream>.Dictionary

Public Methods

Method Description
Dispose ( ) : void
FetchStreamContext ( ITransferProgress progress ) : System
Report ( long nread, long total ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FetchStreamContext() public method

public FetchStreamContext ( ITransferProgress progress ) : System
progress ITransferProgress
return System

Report() public method

public Report ( long nread, long total ) : void
nread long
total long
return void

Property Details

Sections public_oe property

public Dictionary Sections
return Stream>.Dictionary