C# Class Microsoft.AspNetCore.SignalR.Infrastructure.MemoryPoolTextWriter

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
MemoryPoolTextWriter ( IMemoryPool memory ) : System
Write ( ArraySegment data ) : void
Write ( char value ) : void
Write ( char value, int index, int length ) : void
Write ( string value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Grow ( int minimumAvailable ) : void

Private Methods

Méthode Description
Encode ( bool flush ) : 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

Grow() protected méthode

protected Grow ( int minimumAvailable ) : void
minimumAvailable int
Résultat void

MemoryPoolTextWriter() public méthode

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

Write() public méthode

public Write ( ArraySegment data ) : void
data ArraySegment
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( char value, int index, int length ) : void
value char
index int
length int
Résultat void

Write() public méthode

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