C# Class m.Http.HttpBody.Streamable

Inheritance: HttpBody, IDisposable
Afficher le fichier Open project: joongonn/mHttp

Méthodes publiques

Méthode Description
Dispose ( ) : void
Streamable ( Stream source, long length, int blockSize = 4096 ) : System

Private Methods

Méthode Description
WriteToAsync ( Stream toStream ) : Task

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Streamable() public méthode

public Streamable ( Stream source, long length, int blockSize = 4096 ) : System
source Stream
length long
blockSize int
Résultat System