C# Class Bracket.RackResponse

Datei anzeigen Open project: PlasticLizard/Bracket Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddHeader ( string key, string value ) : void
Flush ( ) : void
RackResponse ( ) : System
RackResponse ( Stream outputStream ) : System
Write ( string line ) : void

Method Details

AddHeader() public method

public AddHeader ( string key, string value ) : void
key string
value string
return void

Flush() public method

public Flush ( ) : void
return void

RackResponse() public method

public RackResponse ( ) : System
return System

RackResponse() public method

public RackResponse ( Stream outputStream ) : System
outputStream Stream
return System

Write() public method

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