Class HttpHeaderCollection
Represents an collection of HTTP headers with their name and values.
public sealed class HttpHeaderCollection : StringKeyStore, IDictionary<string, string[]>, ICollection<KeyValuePair<string, string[]>>, IEnumerable<KeyValuePair<string, string[]>>, IEnumerable
- Inheritance
-
HttpHeaderCollection
- Implements
- Inherited Members
Constructors
- HttpHeaderCollection()
Create an new instance of the HttpHeaderCollection class.
Properties
- Accept
Gets or sets the value of the HTTP Accept header.
- AcceptCharset
Gets or sets the value of the HTTP Accept-Charset header.
- AcceptEncoding
Gets or sets the value of the HTTP Accept-Encoding header.
- AcceptLanguage
Gets or sets the value of the HTTP Accept-Language header.
- AcceptPatch
Gets or sets the value of the HTTP Accept-Patch header.
- AcceptRanges
Gets or sets the value of the HTTP Accept-Ranges header.
- AccessControlAllowCredentials
Gets or sets the value of the HTTP Access-Control-Allow-Credentials header.
- AccessControlAllowHeaders
Gets or sets the value of the HTTP Access-Control-Allow-Headers header.
- AccessControlAllowMethods
Gets or sets the value of the HTTP Access-Control-Allow-Methods header.
- AccessControlAllowOrigin
Gets or sets the value of the HTTP Access-Control-Allow-Origin header.
- AccessControlExposeHeaders
Gets or sets the value of the HTTP Access-Control-Expose-Headers header.
- AccessControlMaxAge
Gets or sets the value of the HTTP Access-Control-Max-Age header.
- Age
Gets or sets the value of the HTTP Age header.
- Allow
Gets or sets the value of the HTTP Allow header.
- AltSvc
Gets or sets the value of the HTTP Alt-Svc header.
- Authorization
Gets or sets the value of the HTTP Authorization header.
- CacheControl
Gets or sets the value of the HTTP Cache-Control header.
- ContentDisposition
Gets or sets the value of the HTTP Content-Disposition header.
- ContentEncoding
Gets or sets the value of the HTTP Content-Encoding header.
- ContentLanguage
Gets or sets the value of the HTTP Content-Language header.
- ContentRange
Gets or sets the value of the HTTP Content-Range header.
- ContentType
Gets or sets the value of the HTTP Content-Type header.
- Cookie
Gets or sets the value of the HTTP Cookie header.
- Expect
Gets or sets the value of the HTTP Expect header.
- Expires
Gets or sets the value of the HTTP Expires header.
- Host
Gets or sets the value of the HTTP Host header.
- IfMatch
Gets or sets the value of the HTTP If-Match header.
- IfModifiedSince
Gets or sets the value of the HTTP If-Modified-Since header.
- IfNoneMatch
Gets or sets the value of the HTTP If-None-Match header.
- IfRange
Gets or sets the value of the HTTP If-Range header.
- IfUnmodifiedSince
Gets or sets the value of the HTTP If-Unmodified-Since header.
- MaxForwards
Gets or sets the value of the HTTP Max-Forwards header.
- Origin
Gets or sets the value of the HTTP Origin header.
- Pragma
Gets or sets the value of the HTTP Pragma header.
- ProxyAuthorization
Gets or sets the value of the HTTP Proxy-Authorization header.
- Range
Gets or sets the value of the HTTP Range header.
- Referer
Gets or sets the value of the HTTP Referer header.
- RetryAfter
Gets or sets the value of the HTTP Retry-After header.
- SetCookie
Gets or sets the value of the HTTP Set-Cookie header.
- TE
Gets or sets the value of the HTTP TE header.
- Trailer
Gets or sets the value of the HTTP Trailer header.
- UserAgent
Gets or sets the value of the HTTP User-Agent header.
- Vary
Gets or sets the value of the HTTP Vary header.
- Via
Gets or sets the value of the HTTP Via header.
- WWWAuthenticate
Gets or sets the value of the HTTP WWW-Authenticate header.
- XForwardedFor
Gets or sets the value of the HTTP X-Forwarded-For header.
- XForwardedHost
Gets or sets the value of the HTTP X-Forwarded-Host header.