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

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

공개 프로퍼티들

프로퍼티 타입 설명
Expandable bool
blocks BlockManager

공개 메소드들

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

메소드 상세

ByteBucket() 공개 메소드

public ByteBucket ( ) : System
리턴 System

ByteBucket() 공개 메소드

public ByteBucket ( BlockManager blocks ) : System
blocks BlockManager
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Send() 공개 메소드

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

Send() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

프로퍼티 상세

Expandable 공개적으로 프로퍼티

public bool Expandable
리턴 bool

blocks 공개적으로 프로퍼티

public BlockManager blocks
리턴 BlockManager