C# Class FubarDev.FtpServer.FileSystem.MemoryTemporaryData

Stores the temporary data in a memory stream
This is not recommended in a production environment!
Inheritance: ITemporaryData
Afficher le fichier Open project: FubarDevelopment/FtpServer

Méthodes publiques

Méthode Description
Dispose ( ) : void
FillAsync ( Stream stream, CancellationToken cancellationToken ) : Task
OpenAsync ( ) : Task

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose the object

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Dispose the object
protected Dispose ( bool disposing ) : void
disposing bool true when called from
Résultat void

FillAsync() public méthode

public FillAsync ( Stream stream, CancellationToken cancellationToken ) : Task
stream System.IO.Stream
cancellationToken System.Threading.CancellationToken
Résultat Task

OpenAsync() public méthode

public OpenAsync ( ) : Task
Résultat Task