C# Class System.Web.HttpResponseStream.ByteBucket

Inheritance: Bucket
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Свойство Type Description
Expandable bool
blocks BlockManager

Méthodes publiques

Méthode Description
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

Method Details

ByteBucket() public méthode

public ByteBucket ( ) : System
Résultat System

ByteBucket() public méthode

public ByteBucket ( BlockManager blocks ) : System
blocks BlockManager
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Send() public méthode

public Send ( System.Web.HttpWorkerRequest wr ) : void
wr System.Web.HttpWorkerRequest
Résultat void

Send() public méthode

public Send ( Stream stream ) : void
stream Stream
Résultat void

Write() public méthode

public Write ( IntPtr ptr, int count ) : int
ptr System.IntPtr
count int
Résultat int

Write() public méthode

public Write ( byte buf, int offset, int count ) : int
buf byte
offset int
count int
Résultat int

Property Details

Expandable public_oe property

public bool Expandable
Résultat bool

blocks public_oe property

public BlockManager blocks
Résultat BlockManager