C# Class m.Http.HttpBody.Streamable

Inheritance: HttpBody, IDisposable
ファイルを表示 Open project: joongonn/mHttp

Public Methods

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

Private Methods

Method Description
WriteToAsync ( Stream toStream ) : Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Streamable() public method

public Streamable ( Stream source, long length, int blockSize = 4096 ) : System
source Stream
length long
blockSize int
return System