C# Class Microsoft.Http.DetectEofStream

Inheritance: DelegatingStream
Afficher le fichier Open project: o2platform/O2.Platform.Projects

Méthodes publiques

Méthode Description
EndRead ( IAsyncResult result ) : int
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

Méthodes protégées

Méthode Description
DetectEofStream ( Stream stream ) : System
OnReceivedEof ( ) : void

Private Methods

Méthode Description
ReceivedEof ( ) : void

Method Details

DetectEofStream() protected méthode

protected DetectEofStream ( Stream stream ) : System
stream Stream
Résultat System

EndRead() public méthode

public EndRead ( IAsyncResult result ) : int
result IAsyncResult
Résultat int

OnReceivedEof() protected méthode

protected OnReceivedEof ( ) : void
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int