HttpKnownHeaderNames Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Contains known HTTP header names.
Inheritance Hierarchy
System. . :: . .Object
System.Net..::..HttpKnownHeaderNames
Namespace: System.Net
Assembly: System.Http (in System.Http.dll)
Syntax
'Declaration
Public Class HttpKnownHeaderNames
public class HttpKnownHeaderNames
public ref class HttpKnownHeaderNames
type HttpKnownHeaderNames = class end
public class HttpKnownHeaderNames
The HttpKnownHeaderNames type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
HttpKnownHeaderNames | Initializes a new instance of the HttpKnownHeaderNames class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() ![]() |
Accept | The Accept HTTP header. |
![]() ![]() |
AcceptCharset | The Accept-Charset HTTP header. |
![]() ![]() |
AcceptEncoding | The Accept-Encoding HTTP header. |
![]() ![]() |
AcceptLanguage | The Accept-Language HTTP header. |
![]() ![]() |
AcceptRanges | The Accept-Ranges HTTP header. |
![]() ![]() |
Age | The Age HTTP header. |
![]() ![]() |
Allow | The Allow HTTP header. |
![]() ![]() |
Authorization | The Authorization HTTP header. |
![]() ![]() |
CacheControl | The Cache-Control HTTP header. |
![]() ![]() |
Connection | The Connection HTTP header. |
![]() ![]() |
ContentEncoding | The Content-Encoding HTTP header. |
![]() ![]() |
ContentID | The Content-ID HTTP header. |
![]() ![]() |
ContentLanguage | The Content-Language HTTP header. |
![]() ![]() |
ContentLength | The Content-Length HTTP header. |
![]() ![]() |
ContentLocation | The Content-Location HTTP header. |
![]() ![]() |
ContentMD5 | The Content-MD5 HTTP header. |
![]() ![]() |
ContentRange | The Content-Range HTTP header. |
![]() ![]() |
ContentTransferEncoding | The Content-Transfer-Encoding HTTP header. |
![]() ![]() |
ContentType | The Content-Type HTTP header. |
![]() ![]() |
Cookie | The Cookie HTTP header. |
![]() ![]() |
Cookie2 | The Cookie2 HTTP header. |
![]() ![]() |
Date | The Date HTTP header. |
![]() ![]() |
ETag | The ETag HTTP header. |
![]() ![]() |
Expect | The Expect HTTP header. |
![]() ![]() |
Expires | The Expires HTTP header. |
![]() ![]() |
From | The From HTTP header. |
![]() ![]() |
Host | The Host HTTP header. |
![]() ![]() |
IfMatch | The If-Match HTTP header. |
![]() ![]() |
IfModifiedSince | The If-Modified-Since HTTP header. |
![]() ![]() |
IfNoneMatch | The If-None-Match HTTP header. |
![]() ![]() |
IfRange | The If-Range HTTP header. |
![]() ![]() |
IfUnmodifiedSince | The If-Unmodified-Since HTTP header. |
![]() ![]() |
KeepAlive | The Keep-Alive HTTP header. |
![]() ![]() |
LastModified | The Last-Modified HTTP header. |
![]() ![]() |
Location | The Location HTTP header. |
![]() ![]() |
MaxForwards | The Max-Forwards HTTP header. |
![]() ![]() |
MimeVersion | The Mime-Version HTTP header. |
![]() ![]() |
Pragma | The Pragma HTTP header. |
![]() ![]() |
ProxyAuthenticate | The Proxy-Authenticate HTTP header. |
![]() ![]() |
ProxyAuthorization | The Proxy-Authorization HTTP header. |
![]() ![]() |
ProxyConnection | The Proxy-Connection HTTP header. |
![]() ![]() |
Range | The Range HTTP header. |
![]() ![]() |
Referer | The Referer HTTP header. |
![]() ![]() |
RetryAfter | The Retry-After HTTP header. |
![]() ![]() |
Server | The Server HTTP header. |
![]() ![]() |
SetCookie | The Set-Cookie HTTP header. |
![]() ![]() |
SetCookie2 | The Set-Cookie2 HTTP header. |
![]() ![]() |
TE | The TE HTTP header. |
![]() ![]() |
Trailer | The Trailer HTTP header. |
![]() ![]() |
TransferEncoding | The Transfer-Encoding HTTP header. |
![]() ![]() |
Upgrade | The Upgrade HTTP header. |
![]() ![]() |
UserAgent | The User-Agent HTTP header. |
![]() ![]() |
Vary | The Vary HTTP header. |
![]() ![]() |
Via | The Via HTTP header. |
![]() ![]() |
Warning | The Warning HTTP header. |
![]() ![]() |
WWWAuthenticate | The WWW-Authenticate HTTP header. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)