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

Afficher le fichier Open project: joongonn/mHttp

Protected Properties

Свойство Type Description
readBuffer byte[]
readBufferOffset int

Private Properties

Свойство Type Description
ReadToBufferAsync Task
Write void

Méthodes protégées

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

Private Methods

Méthode Description
ReadToBufferAsync ( ) : Task
Write ( byte buffer, int offset, int size ) : void

Method Details

CompactReadBuffer() protected méthode

protected CompactReadBuffer ( int &dataStart ) : void
dataStart int
Résultat void

SessionBase() protected méthode

protected SessionBase ( long id, Stream stream, int initialReadBufferSize ) : System
id long
stream Stream
initialReadBufferSize int
Résultat System

Property Details

readBuffer protected_oe property

protected byte[] readBuffer
Résultat byte[]

readBufferOffset protected_oe property

protected int readBufferOffset
Résultat int