C# Class GnomeServer.ResponseFormatters.PlainTextResponseFormatter

Inheritance: IResponseFormatter
Afficher le fichier Open project: Rychard/GnomeServer Class Usage Examples

Méthodes publiques

Méthode Description
PlainTextResponseFormatter ( String content, HttpStatusCode statusCode ) : System
WriteContent ( HttpListenerResponse response ) : void

Method Details

PlainTextResponseFormatter() public méthode

public PlainTextResponseFormatter ( String content, HttpStatusCode statusCode ) : System
content String
statusCode HttpStatusCode
Résultat System

WriteContent() public méthode

public WriteContent ( HttpListenerResponse response ) : void
response System.Net.HttpListenerResponse
Résultat void