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

Inheritance: IDisposable
Afficher le fichier Open project: jstedfast/MailKit

Méthodes publiques

Свойство Type Description
Sections Stream>.Dictionary

Méthodes publiques

Méthode Description
Dispose ( ) : void
FetchStreamContext ( ITransferProgress progress ) : System
Report ( long nread, long total ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FetchStreamContext() public méthode

public FetchStreamContext ( ITransferProgress progress ) : System
progress ITransferProgress
Résultat System

Report() public méthode

public Report ( long nread, long total ) : void
nread long
total long
Résultat void

Property Details

Sections public_oe property

public Dictionary Sections
Résultat Stream>.Dictionary