C# Class System.Web.HttpResponseStream.BufferedFileBucket

Inheritance: Bucket
Show file Open project: runefs/Marvin

Public Methods

Method Description
BufferedFileBucket ( string f, long off, long len ) : System
Send ( System.Web.HttpWorkerRequest wr ) : void
Send ( Stream stream ) : void
ToString ( ) : string

Method Details

BufferedFileBucket() public method

public BufferedFileBucket ( string f, long off, long len ) : System
f string
off long
len long
return System

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

ToString() public method

public ToString ( ) : string
return string