C# Class System.Web.HttpResponseStream.BlockManager

Show file Open project: runefs/Marvin

Public Methods

Method Description
BlockManager ( ) : System
Dispose ( ) : void
Send ( System.Web.HttpWorkerRequest wr, int start, int end ) : void
Send ( Stream stream, int start, int end ) : void
Write ( byte buffer, int offset, int count ) : void

Private Methods

Method Description
EnsureCapacity ( int capacity ) : void

Method Details

BlockManager() public method

public BlockManager ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Send() public method

public Send ( System.Web.HttpWorkerRequest wr, int start, int end ) : void
wr System.Web.HttpWorkerRequest
start int
end int
return void

Send() public method

public Send ( Stream stream, int start, int end ) : void
stream Stream
start int
end int
return void

Write() public method

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