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

Inheritance: System.IO.TextWriter
Show file Open project: Starcounter/KestrelHttpServer Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
MemoryPoolTextWriter ( IMemoryPool memory ) : System
Write ( char value ) : void
Write ( string value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Encode ( bool flush ) : void
Grow ( int minimumAvailable ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

MemoryPoolTextWriter() public method

public MemoryPoolTextWriter ( IMemoryPool memory ) : System
memory IMemoryPool
return System

Write() public method

public Write ( char value ) : void
value char
return void

Write() public method

public Write ( string value ) : void
value string
return void