Mono Class Library: Overview

System.Web.HttpWorkerRequest: Members

The members of System.Web.HttpWorkerRequest are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Documentation for this section has not yet been entered.

Public Fields

const
HeaderAcceptint (20). Documentation for this section has not yet been entered.
const
HeaderAcceptCharsetint (21). Documentation for this section has not yet been entered.
const
HeaderAcceptEncodingint (22). Documentation for this section has not yet been entered.
const
HeaderAcceptLanguageint (23). Documentation for this section has not yet been entered.
const
HeaderAcceptRangesint (20). Documentation for this section has not yet been entered.
const
HeaderAgeint (21). Documentation for this section has not yet been entered.
const
HeaderAllowint (10). Documentation for this section has not yet been entered.
const
HeaderAuthorizationint (24). Documentation for this section has not yet been entered.
const
HeaderCacheControlint (0). Documentation for this section has not yet been entered.
const
HeaderConnectionint (1). Documentation for this section has not yet been entered.
const
HeaderContentEncodingint (13). Documentation for this section has not yet been entered.
const
HeaderContentLanguageint (14). Documentation for this section has not yet been entered.
const
HeaderContentLengthint (11). Documentation for this section has not yet been entered.
const
HeaderContentLocationint (15). Documentation for this section has not yet been entered.
const
HeaderContentMd5int (16). Documentation for this section has not yet been entered.
const
HeaderContentRangeint (17). Documentation for this section has not yet been entered.
const
HeaderContentTypeint (12). Documentation for this section has not yet been entered.
const
HeaderCookieint (25). Documentation for this section has not yet been entered.
const
HeaderDateint (2). Documentation for this section has not yet been entered.
const
HeaderEtagint (22). Documentation for this section has not yet been entered.
const
HeaderExpectint (26). Documentation for this section has not yet been entered.
const
HeaderExpiresint (18). Documentation for this section has not yet been entered.
const
HeaderFromint (27). Documentation for this section has not yet been entered.
const
HeaderHostint (28). Documentation for this section has not yet been entered.
const
HeaderIfMatchint (29). Documentation for this section has not yet been entered.
const
HeaderIfModifiedSinceint (30). Documentation for this section has not yet been entered.
const
HeaderIfNoneMatchint (31). Documentation for this section has not yet been entered.
const
HeaderIfRangeint (32). Documentation for this section has not yet been entered.
const
HeaderIfUnmodifiedSinceint (33). Documentation for this section has not yet been entered.
const
HeaderKeepAliveint (3). Documentation for this section has not yet been entered.
const
HeaderLastModifiedint (19). Documentation for this section has not yet been entered.
const
HeaderLocationint (23). Documentation for this section has not yet been entered.
const
HeaderMaxForwardsint (34). Documentation for this section has not yet been entered.
const
HeaderPragmaint (4). Documentation for this section has not yet been entered.
const
HeaderProxyAuthenticateint (24). Documentation for this section has not yet been entered.
const
HeaderProxyAuthorizationint (35). Documentation for this section has not yet been entered.
const
HeaderRangeint (37). Documentation for this section has not yet been entered.
const
HeaderRefererint (36). Documentation for this section has not yet been entered.
const
HeaderRetryAfterint (25). Documentation for this section has not yet been entered.
const
HeaderServerint (26). Documentation for this section has not yet been entered.
const
HeaderSetCookieint (27). Documentation for this section has not yet been entered.
const
HeaderTeint (38). Documentation for this section has not yet been entered.
const
HeaderTrailerint (5). Documentation for this section has not yet been entered.
const
HeaderTransferEncodingint (6). Documentation for this section has not yet been entered.
const
HeaderUpgradeint (7). Documentation for this section has not yet been entered.
const
HeaderUserAgentint (39). Documentation for this section has not yet been entered.
const
HeaderVaryint (28). Documentation for this section has not yet been entered.
const
HeaderViaint (8). Documentation for this section has not yet been entered.
const
HeaderWarningint (9). Documentation for this section has not yet been entered.
const
HeaderWwwAuthenticateint (29). Documentation for this section has not yet been entered.
const
ReasonCachePolicyint (2). Documentation for this section has not yet been entered.
const
ReasonCacheSecurityint (3). Documentation for this section has not yet been entered.
const
ReasonClientDisconnectint (4). Documentation for this section has not yet been entered.
const
ReasonDefaultint (0). Documentation for this section has not yet been entered.
const
ReasonFileHandleCacheMissint (1). Documentation for this section has not yet been entered.
const
ReasonResponseCacheMissint (0). Documentation for this section has not yet been entered.
const
RequestHeaderMaximumint (40). Documentation for this section has not yet been entered.
const
ResponseHeaderMaximumint (30). Documentation for this section has not yet been entered.

Public Properties

[read-only]
MachineConfigPathstring. Documentation for this section has not yet been entered.
[read-only]
MachineInstallDirectorystring. Documentation for this section has not yet been entered.
[read-only]
RequestTraceIdentifierGuid. Documentation for this section has not yet been entered.
[read-only]
RootWebConfigPathstring. Documentation for this section has not yet been entered.

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.