C# 클래스 Crowbar.CrowbarHttpWorker

상속: System.Web.Hosting.SimpleWorkerRequest
파일 보기 프로젝트 열기: mrydengren/crowbar 1 사용 예제들

공개 메소드들

메소드 설명
CrowbarHttpWorker ( ICrowbarHttpRequest request, CrowbarHttpResponse response, IRequestWaitHandle handle ) : System
EndOfRequest ( ) : void
GetHttpVerbName ( ) : string
GetKnownRequestHeader ( int index ) : string
GetPreloadedEntityBody ( ) : byte[]
GetProtocol ( ) : string
GetRawUrl ( ) : string
GetUnknownRequestHeader ( string name ) : string
GetUnknownRequestHeaders ( ) : string[][]
IsSecure ( ) : bool
SendCalculatedContentLength ( int contentLength ) : void
SendKnownResponseHeader ( int index, string value ) : void
SendStatus ( int statusCode, string statusDescription ) : void
SendUnknownResponseHeader ( string name, string value ) : void

메소드 상세

CrowbarHttpWorker() 공개 메소드

public CrowbarHttpWorker ( ICrowbarHttpRequest request, CrowbarHttpResponse response, IRequestWaitHandle handle ) : System
request ICrowbarHttpRequest
response CrowbarHttpResponse
handle IRequestWaitHandle
리턴 System

EndOfRequest() 공개 메소드

public EndOfRequest ( ) : void
리턴 void

GetHttpVerbName() 공개 메소드

public GetHttpVerbName ( ) : string
리턴 string

GetKnownRequestHeader() 공개 메소드

public GetKnownRequestHeader ( int index ) : string
index int
리턴 string

GetPreloadedEntityBody() 공개 메소드

public GetPreloadedEntityBody ( ) : byte[]
리턴 byte[]

GetProtocol() 공개 메소드

public GetProtocol ( ) : string
리턴 string

GetRawUrl() 공개 메소드

public GetRawUrl ( ) : string
리턴 string

GetUnknownRequestHeader() 공개 메소드

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

GetUnknownRequestHeaders() 공개 메소드

public GetUnknownRequestHeaders ( ) : string[][]
리턴 string[][]

IsSecure() 공개 메소드

public IsSecure ( ) : bool
리턴 bool

SendCalculatedContentLength() 공개 메소드

public SendCalculatedContentLength ( int contentLength ) : void
contentLength int
리턴 void

SendKnownResponseHeader() 공개 메소드

public SendKnownResponseHeader ( int index, string value ) : void
index int
value string
리턴 void

SendStatus() 공개 메소드

public SendStatus ( int statusCode, string statusDescription ) : void
statusCode int
statusDescription string
리턴 void

SendUnknownResponseHeader() 공개 메소드

public SendUnknownResponseHeader ( string name, string value ) : void
name string
value string
리턴 void