System.Web.HttpWorkerRequest: Field Members

The fields 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 Fields

const
HeaderAcceptint (20).

Specifies the index number for the Accept HTTP header.

const
HeaderAcceptCharsetint (21).

Specifies the index number for the Accept-Charset HTTP header.

const
HeaderAcceptEncodingint (22).

Specifies the index number for the Accept-Encoding HTTP header.

const
HeaderAcceptLanguageint (23).

Specifies the index number for the Accept-Language HTTP header.

const
HeaderAcceptRangesint (20).

Specifies the index number for the Accept-Ranges HTTP header.

const
HeaderAgeint (21).

Specifies the index number for the Age HTTP header.

const
HeaderAllowint (10).

Specifies the index number for the Allow HTTP header.

const
HeaderAuthorizationint (24).

Specifies the index number for the Authorization HTTP header.

const
HeaderCacheControlint (0).

The index that represents the HTTP Cache-Control HTTP header.

const
HeaderConnectionint (1).

Specifies the index number for the Connection HTTP header.

const
HeaderContentEncodingint (13).

Specifies the index number for the Content-Encoding HTTP header.

const
HeaderContentLanguageint (14).

Specifies the index number for the Content-Language HTTP header.

const
HeaderContentLengthint (11).

Specifies the index number for the Content-Length HTTP header.

const
HeaderContentLocationint (15).

Specifies the index number for the Content-Location HTTP header.

const
HeaderContentMd5int (16).

Specifies the index number for the Content-MD5 HTTP header.

const
HeaderContentRangeint (17).

Specifies the index number for the Content-Range HTTP header.

const
HeaderContentTypeint (12).

Specifies the index number for the Content-Type HTTP header.

const
HeaderCookieint (25).

Specifies the index number for the Cookie HTTP header.

const
HeaderDateint (2).

Specifies the index number for the Date HTTP header.

const
HeaderEtagint (22).

Specifies the index number for the ETag HTTP header.

const
HeaderExpectint (26).

Specifies the index number for the Except HTTP header.

const
HeaderExpiresint (18).

Specifies the index number for the Expires HTTP header.

const
HeaderFromint (27).

Specifies the index number for the From HTTP header.

const
HeaderHostint (28).

Specifies the index number for the Host HTTP header.

const
HeaderIfMatchint (29).

Specifies the index number for the If-Match HTTP header.

const
HeaderIfModifiedSinceint (30).

Specifies the index number for the If-Modified-Since HTTP header.

const
HeaderIfNoneMatchint (31).

Specifies the index number for the If-None-Match HTTP header.

const
HeaderIfRangeint (32).

Specifies the index number for the If-Range HTTP header.

const
HeaderIfUnmodifiedSinceint (33).

Specifies the index number for the If-Unmodified-Since HTTP header.

const
HeaderKeepAliveint (3).

Specifies the index number for the Keep-Alive HTTP header.

const
HeaderLastModifiedint (19).

Specifies the index number for the Last-Modified HTTP header.

const
HeaderLocationint (23).

Specifies the index number for the Location HTTP header.

const
HeaderMaxForwardsint (34).

Specifies the index number for the Max-Forwards HTTP header.

const
HeaderPragmaint (4).

Specifies the index number for the Pragma HTTP header.

const
HeaderProxyAuthenticateint (24).

Specifies the index number for the Proxy-Authenticate HTTP header.

const
HeaderProxyAuthorizationint (35).

Specifies the index number for the Proxy-Authorization HTTP header.

const
HeaderRangeint (37).

Specifies the index number for the Range HTTP header.

const
HeaderRefererint (36).

Specifies the index number for the Referer HTTP header.

const
HeaderRetryAfterint (25).

Specifies the index number for the Retry-After HTTP header.

const
HeaderServerint (26).

Specifies the index number for the Server HTTP header.

const
HeaderSetCookieint (27).

Specifies the index number for the Set-Cookie HTTP header.

const
HeaderTeint (38).

Specifies the index number for the TE HTTP header.

const
HeaderTrailerint (5).

Specifies the index number for the Trailer HTTP header.

const
HeaderTransferEncodingint (6).

Specifies the index number for the Transfer-Encoding HTTP header.

const
HeaderUpgradeint (7).

Specifies the index number for the Upgrade HTTP header.

const
HeaderUserAgentint (39).

Specifies the index number for the User-Agent HTTP header.

const
HeaderVaryint (28).

Specifies the index number for the Vary HTTP header.

const
HeaderViaint (8).

Specifies the index number for the Via HTTP header.

const
HeaderWarningint (9).

Specifies the index number for the Warning HTTP header.

const
HeaderWwwAuthenticateint (29).

Specifies the index number for the WWW-Authenticate HTTP header.

const
ReasonCachePolicyint (2).

Specifies a reason for the request.

const
ReasonCacheSecurityint (3).

Specifies a reason for the request.

const
ReasonClientDisconnectint (4).

Specifies a reason for the request.

const
ReasonDefaultint (0).

Specifies a reason for the request. The default value is HttpWorkerRequest.ReasonResponseCacheMiss.

const
ReasonFileHandleCacheMissint (1).

Specifies a reason for the request.

const
ReasonResponseCacheMissint (0).

Specifies a reason for the request.

const
RequestHeaderMaximumint (40).

Specifies the index number for the Maximum HTTP request header.

const
ResponseHeaderMaximumint (30).

Specifies the index number for the Maximum HTTP response header.