C# Class Bracket.RackResponse

Afficher le fichier Open project: PlasticLizard/Bracket Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

AddHeader() public méthode

public AddHeader ( string key, string value ) : void
key string
value string
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

RackResponse() public méthode

public RackResponse ( ) : System
Résultat System

RackResponse() public méthode

public RackResponse ( Stream outputStream ) : System
outputStream Stream
Résultat System

Write() public méthode

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