C# Class Microsoft.AspNet.SignalR.Transports.ForeverFrameTransport.HTMLTextWriter

Inheritance: System.IO.StreamWriter
Mostra file Open project: SignalR/SignalR

Public Methods

Method Description
HTMLTextWriter ( IMemoryPool pool ) : System
Write ( string value ) : void
WriteLine ( string value ) : void
WriteRaw ( string value ) : void

Private Methods

Method Description
JavascriptEncode ( string input ) : string

Method Details

HTMLTextWriter() public method

public HTMLTextWriter ( IMemoryPool pool ) : System
pool IMemoryPool
return System

Write() public method

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

WriteLine() public method

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

WriteRaw() public method

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