C# Class Microsoft.AspNet.Server.Kestrel.Http.MemoryPoolTextWriter

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: Starcounter/KestrelHttpServer Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
MemoryPoolTextWriter ( IMemoryPool memory ) : System
Write ( char value ) : void
Write ( string value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Encode ( bool flush ) : void
Grow ( int minimumAvailable ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

MemoryPoolTextWriter() public méthode

public MemoryPoolTextWriter ( IMemoryPool memory ) : System
memory IMemoryPool
Résultat System

Write() public méthode

public Write ( char value ) : void
value char
Résultat void

Write() public méthode

public Write ( string value ) : void
value string
Résultat void