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

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EnsureCapacity ( int capacity ) : void

메소드 상세

BlockManager() 공개 메소드

public BlockManager ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Send() 공개 메소드

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

Send() 공개 메소드

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

Write() 공개 메소드

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