Mono Class Library: Overview

System.Web.HttpWorkerRequest: Method Members

The methods of System.Web.HttpWorkerRequest are listed below. For a list of all members, see the HttpWorkerRequest Members list.

See Also: Inherited members from System.Object

Public Methods

CloseConnection()
Documentation for this section has not yet been entered.
abstract
EndOfRequest()
Documentation for this section has not yet been entered.
abstract
FlushResponse(bool)
Documentation for this section has not yet been entered.
GetAppPath() : string
Documentation for this section has not yet been entered.
GetAppPathTranslated() : string
Documentation for this section has not yet been entered.
GetAppPoolID() : string
Documentation for this section has not yet been entered.
GetBytesRead() : long
Documentation for this section has not yet been entered.
GetClientCertificate() : byte[]
Documentation for this section has not yet been entered.
GetClientCertificateBinaryIssuer() : byte[]
Documentation for this section has not yet been entered.
GetClientCertificateEncoding() : int
Documentation for this section has not yet been entered.
GetClientCertificatePublicKey() : byte[]
Documentation for this section has not yet been entered.
GetClientCertificateValidFrom() : DateTime
Documentation for this section has not yet been entered.
GetClientCertificateValidUntil() : DateTime
Documentation for this section has not yet been entered.
GetConnectionID() : long
Documentation for this section has not yet been entered.
GetFilePath() : string
Documentation for this section has not yet been entered.
GetFilePathTranslated() : string
Documentation for this section has not yet been entered.
abstract
GetHttpVerbName() : string
Documentation for this section has not yet been entered.
abstract
GetHttpVersion() : string
Documentation for this section has not yet been entered.
GetKnownRequestHeader(int) : string
Returns the value of a known header.
static
GetKnownRequestHeaderIndex(string) : int
Given a header name, returns an index value for this index.
static
GetKnownRequestHeaderName(int) : string
Returns the HTTP header name from an internal index.
static
GetKnownResponseHeaderIndex(string) : int
Documentation for this section has not yet been entered.
static
GetKnownResponseHeaderName(int) : string
Documentation for this section has not yet been entered.
abstract
GetLocalAddress() : string
Documentation for this section has not yet been entered.
abstract
GetLocalPort() : int
Documentation for this section has not yet been entered.
GetPathInfo() : string
Documentation for this section has not yet been entered.
GetPreloadedEntityBody() : byte[]
Returns the HTTP request body that has been prefetched.
GetPreloadedEntityBody(byte[], int) : int
Documentation for this section has not yet been entered.
GetPreloadedEntityBodyLength() : int
Documentation for this section has not yet been entered.
GetProtocol() : string
Documentation for this section has not yet been entered.
abstract
GetQueryString() : string
Documentation for this section has not yet been entered.
GetQueryStringRawBytes() : byte[]
Documentation for this section has not yet been entered.
abstract
GetRawUrl() : string
Documentation for this section has not yet been entered.
abstract
GetRemoteAddress() : string
Documentation for this section has not yet been entered.
GetRemoteName() : string
Documentation for this section has not yet been entered.
abstract
GetRemotePort() : int
Documentation for this section has not yet been entered.
GetRequestReason() : int
Documentation for this section has not yet been entered.
GetServerName() : string
Documentation for this section has not yet been entered.
GetServerVariable(string) : string
Documentation for this section has not yet been entered.
static
GetStatusDescription(int) : string
Documentation for this section has not yet been entered.
GetTotalEntityBodyLength() : int
Documentation for this section has not yet been entered.
GetUnknownRequestHeader(string) : string
Documentation for this section has not yet been entered.
GetUnknownRequestHeaders() : string[][]
Documentation for this section has not yet been entered.
abstract
GetUriPath() : string
Documentation for this section has not yet been entered.
GetUrlContextID() : long
Documentation for this section has not yet been entered.
GetUserToken() : IntPtr
Documentation for this section has not yet been entered.
GetVirtualPathToken() : IntPtr
Documentation for this section has not yet been entered.
HasEntityBody() : bool
Whether the incoming HTTP request has a body (for example in a POST).
HeadersSent() : bool
Documentation for this section has not yet been entered.
IsClientConnected() : bool
Documentation for this section has not yet been entered.
IsEntireEntityBodyIsPreloaded() : bool
Documentation for this section has not yet been entered.
IsSecure() : bool
Documentation for this section has not yet been entered.
MapPath(string) : string
Documentation for this section has not yet been entered.
ReadEntityBody(byte[], int) : int
Reads data from the body of the HTTP request.
ReadEntityBody(byte[], int, int) : int
Documentation for this section has not yet been entered.
SendCalculatedContentLength(int)
Documentation for this section has not yet been entered.
SendCalculatedContentLength(long)
Documentation for this section has not yet been entered.
abstract
SendKnownResponseHeader(int, string)
Documentation for this section has not yet been entered.
abstract
SendResponseFromFile(IntPtr, long, long)
Documentation for this section has not yet been entered.
abstract
SendResponseFromFile(string, long, long)
Documentation for this section has not yet been entered.
abstract
SendResponseFromMemory(byte[], int)
Documentation for this section has not yet been entered.
SendResponseFromMemory(IntPtr, int)
Documentation for this section has not yet been entered.
abstract
SendStatus(int, string)
Sends an HTTP status reply back to the client.
abstract
SendUnknownResponseHeader(string, string)
Documentation for this section has not yet been entered.
SetEndOfSendNotification(HttpWorkerRequest.EndOfSendNotification, object)
Documentation for this section has not yet been entered.