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

Inheritance: IHttpResponse
Afficher le fichier Open project: firstsee/ServiceStack

Méthodes publiques

Méthode Description
AddHeader ( string name, string value ) : void
HttpResponseWrapper ( HttpResponse 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

HttpResponseWrapper() public méthode

public HttpResponseWrapper ( HttpResponse response ) : System
response System.Web.HttpResponse
Résultat System

Write() public méthode

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