C# Class m.Http.Backend.Tcp.SessionBase

Show file Open project: joongonn/mHttp

Protected Properties

Property Type Description
readBuffer byte[]
readBufferOffset int

Private Properties

Property Type Description
ReadToBufferAsync Task
Write void

Protected Methods

Method Description
CompactReadBuffer ( int &dataStart ) : void
SessionBase ( long id, Stream stream, int initialReadBufferSize ) : System

Private Methods

Method Description
ReadToBufferAsync ( ) : Task
Write ( byte buffer, int offset, int size ) : void

Method Details

CompactReadBuffer() protected method

protected CompactReadBuffer ( int &dataStart ) : void
dataStart int
return void

SessionBase() protected method

protected SessionBase ( long id, Stream stream, int initialReadBufferSize ) : System
id long
stream Stream
initialReadBufferSize int
return System

Property Details

readBuffer protected property

protected byte[] readBuffer
return byte[]

readBufferOffset protected property

protected int readBufferOffset
return int