C# 클래스 Revenj.Http.HttpListenerContex

상속: IRequestContext, IResponseContext
파일 보기 프로젝트 열기: ngs-doo/revenj 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddHeader ( string type, string value ) : void
GetHeaderLowercase ( string name ) : string
HttpListenerContex ( HttpListenerRequest request, HttpListenerResponse response, RouteMatch routeMatch, IPrincipal principal ) : System
ToString ( ) : string

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( string type, string value ) : void
type string
value string
리턴 void

GetHeaderLowercase() 공개 메소드

public GetHeaderLowercase ( string name ) : string
name string
리턴 string

HttpListenerContex() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string