C# Class System.Runtime.Remoting.Channels.Http.HttpFixedLengthReadingStream

Inheritance: HttpReadingStream
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
HttpFixedLengthReadingStream ( HttpSocketHandler inputStream, int contentLength ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
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