C# Class m.Http.Backend.MemoryRequestStream

Inheritance: RequestStream
Exibir arquivo Open project: joongonn/mHttp

Public Methods

Method Description
MemoryRequestStream ( int contentLength ) : System
Read ( byte buffer, int offset, int count ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ResetPosition ( ) : void
WriteRequestBody ( byte buffer, int offset, int count ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MemoryRequestStream() public method

public MemoryRequestStream ( int contentLength ) : System
contentLength int
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int