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

Inheritance: IHttpResponse
显示文件 Open project: firstsee/ServiceStack Class Usage Examples

Public Methods

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

Method Details

AddHeader() public method

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

HttpListenerResponseWrapper() public method

public HttpListenerResponseWrapper ( HttpListenerResponse response ) : System
response System.Net.HttpListenerResponse
return System

Write() public method

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