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

Inheritance: HttpServerResponseStream
Show file 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
HttpFixedLengthResponseStream ( Stream outputStream, int length ) : System

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