The members of System.Web.HttpWorkerRequest are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.HttpWorkerRequest class. |
const | HeaderAccept | int (20).
Specifies the index number for the Accept HTTP header. |
const | HeaderAcceptCharset | int (21).
Specifies the index number for the Accept-Charset HTTP header. |
const | HeaderAcceptEncoding | int (22).
Specifies the index number for the Accept-Encoding HTTP header. |
const | HeaderAcceptLanguage | int (23).
Specifies the index number for the Accept-Language HTTP header. |
const | HeaderAcceptRanges | int (20).
Specifies the index number for the Accept-Ranges HTTP header. |
const | HeaderAge | int (21).
Specifies the index number for the Age HTTP header. |
const | HeaderAllow | int (10).
Specifies the index number for the Allow HTTP header. |
const | HeaderAuthorization | int (24).
Specifies the index number for the Authorization HTTP header. |
const | HeaderCacheControl | int (0).
The index that represents the HTTP Cache-Control HTTP header. |
const | HeaderConnection | int (1).
Specifies the index number for the Connection HTTP header. |
const | HeaderContentEncoding | int (13).
Specifies the index number for the Content-Encoding HTTP header. |
const | HeaderContentLanguage | int (14).
Specifies the index number for the Content-Language HTTP header. |
const | HeaderContentLength | int (11).
Specifies the index number for the Content-Length HTTP header. |
const | HeaderContentLocation | int (15).
Specifies the index number for the Content-Location HTTP header. |
const | HeaderContentMd5 | int (16).
Specifies the index number for the Content-MD5 HTTP header. |
const | HeaderContentRange | int (17).
Specifies the index number for the Content-Range HTTP header. |
const | HeaderContentType | int (12).
Specifies the index number for the Content-Type HTTP header. |
const | HeaderCookie | int (25).
Specifies the index number for the Cookie HTTP header. |
const | HeaderDate | int (2).
Specifies the index number for the Date HTTP header. |
const | HeaderEtag | int (22).
Specifies the index number for the ETag HTTP header. |
const | HeaderExpect | int (26).
Specifies the index number for the Except HTTP header. |
const | HeaderExpires | int (18).
Specifies the index number for the Expires HTTP header. |
const | HeaderFrom | int (27).
Specifies the index number for the From HTTP header. |
const | HeaderHost | int (28).
Specifies the index number for the Host HTTP header. |
const | HeaderIfMatch | int (29).
Specifies the index number for the If-Match HTTP header. |
const | HeaderIfModifiedSince | int (30).
Specifies the index number for the If-Modified-Since HTTP header. |
const | HeaderIfNoneMatch | int (31).
Specifies the index number for the If-None-Match HTTP header. |
const | HeaderIfRange | int (32).
Specifies the index number for the If-Range HTTP header. |
const | HeaderIfUnmodifiedSince | int (33).
Specifies the index number for the If-Unmodified-Since HTTP header. |
const | HeaderKeepAlive | int (3).
Specifies the index number for the Keep-Alive HTTP header. |
const | HeaderLastModified | int (19).
Specifies the index number for the Last-Modified HTTP header. |
const | HeaderLocation | int (23).
Specifies the index number for the Location HTTP header. |
const | HeaderMaxForwards | int (34).
Specifies the index number for the Max-Forwards HTTP header. |
const | HeaderPragma | int (4).
Specifies the index number for the Pragma HTTP header. |
const | HeaderProxyAuthenticate | int (24).
Specifies the index number for the Proxy-Authenticate HTTP header. |
const | HeaderProxyAuthorization | int (35).
Specifies the index number for the Proxy-Authorization HTTP header. |
const | HeaderRange | int (37).
Specifies the index number for the Range HTTP header. |
const | HeaderReferer | int (36).
Specifies the index number for the Referer HTTP header. |
const | HeaderRetryAfter | int (25).
Specifies the index number for the Retry-After HTTP header. |
const | HeaderServer | int (26).
Specifies the index number for the Server HTTP header. |
const | HeaderSetCookie | int (27).
Specifies the index number for the Set-Cookie HTTP header. |
const | HeaderTe | int (38).
Specifies the index number for the TE HTTP header. |
const | HeaderTrailer | int (5).
Specifies the index number for the Trailer HTTP header. |
const | HeaderTransferEncoding | int (6).
Specifies the index number for the Transfer-Encoding HTTP header. |
const | HeaderUpgrade | int (7).
Specifies the index number for the Upgrade HTTP header. |
const | HeaderUserAgent | int (39).
Specifies the index number for the User-Agent HTTP header. |
const | HeaderVary | int (28).
Specifies the index number for the Vary HTTP header. |
const | HeaderVia | int (8).
Specifies the index number for the Via HTTP header. |
const | HeaderWarning | int (9).
Specifies the index number for the Warning HTTP header. |
const | HeaderWwwAuthenticate | int (29).
Specifies the index number for the WWW-Authenticate HTTP header. |
const | ReasonCachePolicy | int (2).
Specifies a reason for the request. |
const | ReasonCacheSecurity | int (3).
Specifies a reason for the request. |
const | ReasonClientDisconnect | int (4).
Specifies a reason for the request. |
const | ReasonDefault | int (0).
Specifies a reason for the request. The default value is HttpWorkerRequest.ReasonResponseCacheMiss. |
const | ReasonFileHandleCacheMiss | int (1).
Specifies a reason for the request. |
const | ReasonResponseCacheMiss | int (0).
Specifies a reason for the request. |
const | RequestHeaderMaximum | int (40).
Specifies the index number for the Maximum HTTP request header. |
const | ResponseHeaderMaximum | int (30).
Specifies the index number for the Maximum HTTP response header. |
[read-only] | MachineConfigPath | string.
Gets the full physical path to the Machine.config file. |
[read-only] | MachineInstallDirectory | string.
Gets the physical path to the directory where the ASP.NET binaries are installed. |
[read-only] | RequestTraceIdentifier | Guid.
Gets the corresponding Event Tracking for Windows trace ID for the current request. |
[read-only] | RootWebConfigPath | string.
Gets the full physical path to the root Web.config file. |
CloseConnection()
| ||
abstract | EndOfRequest()
| |
abstract | FlushResponse(bool)
| |
GetAppPath()
| ||
GetAppPathTranslated()
| ||
GetAppPoolID()
| ||
GetBytesRead()
| ||
GetClientCertificate()
| ||
GetClientCertificateBinaryIssuer()
| ||
GetClientCertificateEncoding()
| ||
GetClientCertificatePublicKey()
| ||
GetClientCertificateValidFrom()
| ||
GetClientCertificateValidUntil()
| ||
GetConnectionID()
| ||
GetFilePath()
| ||
GetFilePathTranslated()
| ||
abstract | GetHttpVerbName()
| |
abstract | GetHttpVersion()
| |
GetKnownRequestHeader(int)
| ||
static | GetKnownRequestHeaderIndex(string)
| |
static | GetKnownRequestHeaderName(int)
| |
static | GetKnownResponseHeaderIndex(string)
| |
static | GetKnownResponseHeaderName(int)
| |
abstract | GetLocalAddress()
| |
abstract | GetLocalPort()
| |
GetPathInfo()
| ||
GetPreloadedEntityBody()
| ||
GetPreloadedEntityBody(byte[], int)
| ||
GetPreloadedEntityBodyLength()
| ||
GetProtocol()
| ||
abstract | GetQueryString()
| |
GetQueryStringRawBytes()
| ||
abstract | GetRawUrl()
| |
abstract | GetRemoteAddress()
| |
GetRemoteName()
| ||
abstract | GetRemotePort()
| |
GetRequestReason()
| ||
GetServerName()
| ||
GetServerVariable(string)
| ||
static | GetStatusDescription(int)
| |
GetTotalEntityBodyLength()
| ||
GetUnknownRequestHeader(string)
| ||
GetUnknownRequestHeaders()
| ||
abstract | GetUriPath()
| |
GetUrlContextID()
| ||
GetUserToken()
| ||
GetVirtualPathToken()
| ||
HasEntityBody()
| ||
HeadersSent()
| ||
IsClientConnected()
| ||
IsEntireEntityBodyIsPreloaded()
| ||
IsSecure()
| ||
MapPath(string)
| ||
ReadEntityBody(byte[], int)
| ||
ReadEntityBody(byte[], int, int)
| ||
SendCalculatedContentLength(int)
| ||
SendCalculatedContentLength(long)
| ||
abstract | SendKnownResponseHeader(int, string)
| |
abstract | SendResponseFromFile(IntPtr, long, long)
| |
abstract | SendResponseFromFile(string, long, long)
| |
abstract | SendResponseFromMemory(byte[], int)
| |
SendResponseFromMemory(IntPtr, int)
| ||
abstract | SendStatus(int, string)
| |
abstract | SendUnknownResponseHeader(string, string)
| |
SetEndOfSendNotification(HttpWorkerRequest.EndOfSendNotification, object)Documentation for this section has not yet been entered. |