C# Class ServiceStack.WebHost.Endpoints.Extensions.HttpListenerResponseWrapper

Inheritance: IHttpResponse
Afficher le fichier Open project: firstsee/ServiceStack Class Usage Examples

Méthodes publiques

Méthode Description
AddHeader ( string name, string value ) : void
HttpListenerResponseWrapper ( HttpListenerResponse response ) : System
Write ( string text ) : void

Method Details

AddHeader() public méthode

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

HttpListenerResponseWrapper() public méthode

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

Write() public méthode

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