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

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

Public Methods

Method Description
Flush ( ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
FlushChunk ( ) : void
HttpChunkedResponseStream ( Stream outputStream ) : System
IntToHexChars ( int i ) : byte[]
WriteChunk ( byte buffer, int offset, int count ) : void

Method Details

Dispose() protected method

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

Flush() public method

public Flush ( ) : void
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void