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

Inheritance: HttpReadingStream
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
HttpFixedLengthReadingStream ( HttpSocketHandler inputStream, int contentLength ) : System

Method Details

Dispose() protected method

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

Read() public method

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

ReadByte() public method

public ReadByte ( ) : int
return int