C# Class System.Web.HttpResponseStream.BlockManager

Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

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

Private Methods

Méthode Description
EnsureCapacity ( int capacity ) : void

Method Details

BlockManager() public méthode

public BlockManager ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Send() public méthode

public Send ( System.Web.HttpWorkerRequest wr, int start, int end ) : void
wr System.Web.HttpWorkerRequest
start int
end int
Résultat void

Send() public méthode

public Send ( Stream stream, int start, int end ) : void
stream Stream
start int
end int
Résultat void

Write() public méthode

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