C# Class Revenj.Http.HttpListenerContex

Inheritance: IRequestContext, IResponseContext
Mostra file Open project: ngs-doo/revenj Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddHeader ( string type, string value ) : void
GetHeaderLowercase ( string name ) : string
HttpListenerContex ( HttpListenerRequest request, HttpListenerResponse response, RouteMatch routeMatch, IPrincipal principal ) : System
ToString ( ) : string

Method Details

AddHeader() public method

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

GetHeaderLowercase() public method

public GetHeaderLowercase ( string name ) : string
name string
return string

HttpListenerContex() public method

public HttpListenerContex ( HttpListenerRequest request, HttpListenerResponse response, RouteMatch routeMatch, IPrincipal principal ) : System
request System.Net.HttpListenerRequest
response System.Net.HttpListenerResponse
routeMatch RouteMatch
principal IPrincipal
return System

ToString() public method

public ToString ( ) : string
return string