C# Class System.Web.HttpResponseStream.ByteBucket

Inheritance: Bucket
Show file Open project: runefs/Marvin

Public Properties

Property Type Description
Expandable bool
blocks BlockManager

Public Methods

Method Description
ByteBucket ( ) : System
ByteBucket ( BlockManager blocks ) : System
Dispose ( ) : void
Send ( System.Web.HttpWorkerRequest wr ) : void
Send ( Stream stream ) : void
Write ( IntPtr ptr, int count ) : int
Write ( byte buf, int offset, int count ) : int

Method Details

ByteBucket() public method

public ByteBucket ( ) : System
return System

ByteBucket() public method

public ByteBucket ( BlockManager blocks ) : System
blocks BlockManager
return System

Dispose() public method

public Dispose ( ) : void
return void

Send() public method

public Send ( System.Web.HttpWorkerRequest wr ) : void
wr System.Web.HttpWorkerRequest
return void

Send() public method

public Send ( Stream stream ) : void
stream Stream
return void

Write() public method

public Write ( IntPtr ptr, int count ) : int
ptr System.IntPtr
count int
return int

Write() public method

public Write ( byte buf, int offset, int count ) : int
buf byte
offset int
count int
return int

Property Details

Expandable public property

public bool Expandable
return bool

blocks public property

public BlockManager blocks
return BlockManager