C# 클래스 Microsoft.AspNet.SignalR.Transports.ForeverFrameTransport.HTMLTextWriter

상속: System.IO.StreamWriter
파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
HTMLTextWriter ( IMemoryPool pool ) : System
Write ( string value ) : void
WriteLine ( string value ) : void
WriteRaw ( string value ) : void

비공개 메소드들

메소드 설명
JavascriptEncode ( string input ) : string

메소드 상세

HTMLTextWriter() 공개 메소드

public HTMLTextWriter ( IMemoryPool pool ) : System
pool IMemoryPool
리턴 System

Write() 공개 메소드

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

WriteLine() 공개 메소드

public WriteLine ( string value ) : void
value string
리턴 void

WriteRaw() 공개 메소드

public WriteRaw ( string value ) : void
value string
리턴 void