C# Class Revenj.Http.HttpListenerContex

Inheritance: IRequestContext, IResponseContext
Afficher le fichier Open project: ngs-doo/revenj Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

GetHeaderLowercase() public méthode

public GetHeaderLowercase ( string name ) : string
name string
Résultat string

HttpListenerContex() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string