C# Class Crowbar.CrowbarHttpWorker

Inheritance: System.Web.Hosting.SimpleWorkerRequest
Afficher le fichier Open project: mrydengren/crowbar Class Usage Examples

Méthodes publiques

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

Method Details

CrowbarHttpWorker() public méthode

public CrowbarHttpWorker ( ICrowbarHttpRequest request, CrowbarHttpResponse response, IRequestWaitHandle handle ) : System
request ICrowbarHttpRequest
response CrowbarHttpResponse
handle IRequestWaitHandle
Résultat System

EndOfRequest() public méthode

public EndOfRequest ( ) : void
Résultat void

GetHttpVerbName() public méthode

public GetHttpVerbName ( ) : string
Résultat string

GetKnownRequestHeader() public méthode

public GetKnownRequestHeader ( int index ) : string
index int
Résultat string

GetPreloadedEntityBody() public méthode

public GetPreloadedEntityBody ( ) : byte[]
Résultat byte[]

GetProtocol() public méthode

public GetProtocol ( ) : string
Résultat string

GetRawUrl() public méthode

public GetRawUrl ( ) : string
Résultat string

GetUnknownRequestHeader() public méthode

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

GetUnknownRequestHeaders() public méthode

public GetUnknownRequestHeaders ( ) : string[][]
Résultat string[][]

IsSecure() public méthode

public IsSecure ( ) : bool
Résultat bool

SendCalculatedContentLength() public méthode

public SendCalculatedContentLength ( int contentLength ) : void
contentLength int
Résultat void

SendKnownResponseHeader() public méthode

public SendKnownResponseHeader ( int index, string value ) : void
index int
value string
Résultat void

SendStatus() public méthode

public SendStatus ( int statusCode, string statusDescription ) : void
statusCode int
statusDescription string
Résultat void

SendUnknownResponseHeader() public méthode

public SendUnknownResponseHeader ( string name, string value ) : void
name string
value string
Résultat void