C# 클래스 Microsoft.AspNet.SignalR.Infrastructure.MemoryPoolTextWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: SignalR/SignalR 1 사용 예제들

공개 메소드들

메소드 설명
Flush ( ) : void
MemoryPoolTextWriter ( IMemoryPool memory ) : System
Write ( ArraySegment data ) : void
Write ( char value ) : void
Write ( char value, int index, int length ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Grow ( int minimumAvailable ) : void

비공개 메소드들

메소드 설명
Encode ( bool flush ) : void
Write ( string value ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Grow() 보호된 메소드

protected Grow ( int minimumAvailable ) : void
minimumAvailable int
리턴 void

MemoryPoolTextWriter() 공개 메소드

public MemoryPoolTextWriter ( IMemoryPool memory ) : System
memory IMemoryPool
리턴 System

Write() 공개 메소드

public Write ( ArraySegment data ) : void
data ArraySegment
리턴 void

Write() 공개 메소드

public Write ( char value ) : void
value char
리턴 void

Write() 공개 메소드

public Write ( char value, int index, int length ) : void
value char
index int
length int
리턴 void