C# 클래스 System.Web.HttpResponseStream.BufferedFileBucket

상속: Bucket
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
BufferedFileBucket ( string f, long off, long len ) : System
Send ( System.Web.HttpWorkerRequest wr ) : void
Send ( Stream stream ) : void
ToString ( ) : string

메소드 상세

BufferedFileBucket() 공개 메소드

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

Send() 공개 메소드

public Send ( System.Web.HttpWorkerRequest wr ) : void
wr System.Web.HttpWorkerRequest
리턴 void

Send() 공개 메소드

public Send ( Stream stream ) : void
stream Stream
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string