MY TESTED ASP.NET CORE MVC DOCS
Show / Hide Table of Contents

Class HttpHeader

Contains common HTTP header names.

Inheritance
System.Object
HttpHeader
Namespace:MyTested.AspNetCore.Mvc
Assembly:MyTested.AspNetCore.Mvc.Abstractions.dll
Syntax
public static class HttpHeader

Fields

| Improve this Doc View Source

Accept

"Accept" header name.

Declaration
public const string Accept = "Accept"
Field Value
Type Description
System.String
| Improve this Doc View Source

AcceptCharset

"Accept-Charset" header name.

Declaration
public const string AcceptCharset = "Accept-Charset"
Field Value
Type Description
System.String
| Improve this Doc View Source

AcceptEncoding

"Accept-Encoding" header name.

Declaration
public const string AcceptEncoding = "Accept-Encoding"
Field Value
Type Description
System.String
| Improve this Doc View Source

AcceptLanguage

"Accept-Language" header name.

Declaration
public const string AcceptLanguage = "Accept-Language"
Field Value
Type Description
System.String
| Improve this Doc View Source

AcceptRanges

"Accept-Ranges" header name.

Declaration
public const string AcceptRanges = "Accept-Ranges"
Field Value
Type Description
System.String
| Improve this Doc View Source

Age

"Age" header name.

Declaration
public const string Age = "Age"
Field Value
Type Description
System.String
| Improve this Doc View Source

Allow

"Allow" header name.

Declaration
public const string Allow = "Allow"
Field Value
Type Description
System.String
| Improve this Doc View Source

Authorization

"Authorization" header name.

Declaration
public const string Authorization = "Authorization"
Field Value
Type Description
System.String
| Improve this Doc View Source

CacheControl

"Cache-Control" header name.

Declaration
public const string CacheControl = "Cache-Control"
Field Value
Type Description
System.String
| Improve this Doc View Source

Connection

"Connection" header name.

Declaration
public const string Connection = "Connection"
Field Value
Type Description
System.String
| Improve this Doc View Source

ContentDisposition

"Content-Disposition" header name.

Declaration
public const string ContentDisposition = "Content-Disposition"
Field Value
Type Description
System.String
| Improve this Doc View Source

ContentEncoding

"Content-Encoding" header name.

Declaration
public const string ContentEncoding = "Content-Encoding"
Field Value
Type Description
System.String
| Improve this Doc View Source

ContentLanguage

"Content-Language" header name.

Declaration
public const string ContentLanguage = "Content-Language"
Field Value
Type Description
System.String
| Improve this Doc View Source

ContentLength

"Content-Length" header name.

Declaration
public const string ContentLength = "Content-Length"
Field Value
Type Description
System.String
| Improve this Doc View Source

ContentLocation

"Content-Location" header name.

Declaration
public const string ContentLocation = "Content-Location"
Field Value
Type Description
System.String
| Improve this Doc View Source

ContentMD5

"ContentMD5" header name.

Declaration
public const string ContentMD5 = "ContentMD5"
Field Value
Type Description
System.String
| Improve this Doc View Source

ContentRange

"Content-Range" header name.

Declaration
public const string ContentRange = "Content-Range"
Field Value
Type Description
System.String
| Improve this Doc View Source

ContentType

"Content-Type" header name.

Declaration
public const string ContentType = "Content-Type"
Field Value
Type Description
System.String
| Improve this Doc View Source

Cookie

"Cookie" header name.

Declaration
public const string Cookie = "Cookie"
Field Value
Type Description
System.String
| Improve this Doc View Source

Date

"Date" header name.

Declaration
public const string Date = "Date"
Field Value
Type Description
System.String
| Improve this Doc View Source

ETag

"ETag" header name.

Declaration
public const string ETag = "ETag"
Field Value
Type Description
System.String
| Improve this Doc View Source

Expect

"Expect" header name.

Declaration
public const string Expect = "Expect"
Field Value
Type Description
System.String
| Improve this Doc View Source

Expires

"Expires" header name.

Declaration
public const string Expires = "Expires"
Field Value
Type Description
System.String
| Improve this Doc View Source

From

"From" header name.

Declaration
public const string From = "From"
Field Value
Type Description
System.String
| Improve this Doc View Source

Host

"Host" header name.

Declaration
public const string Host = "Host"
Field Value
Type Description
System.String
| Improve this Doc View Source

IfMatch

"If-Match" header name.

Declaration
public const string IfMatch = "If-Match"
Field Value
Type Description
System.String
| Improve this Doc View Source

IfModifiedSince

"If-Modified-Since" header name.

Declaration
public const string IfModifiedSince = "If-Modified-Since"
Field Value
Type Description
System.String
| Improve this Doc View Source

IfNoneMatch

"If-None-Match" header name.

Declaration
public const string IfNoneMatch = "If-None-Match"
Field Value
Type Description
System.String
| Improve this Doc View Source

IfRange

"If-Range" header name.

Declaration
public const string IfRange = "If-Range"
Field Value
Type Description
System.String
| Improve this Doc View Source

IfUnmodifiedSince

"If-Unmodified-Since" header name.

Declaration
public const string IfUnmodifiedSince = "If-Unmodified-Since"
Field Value
Type Description
System.String
| Improve this Doc View Source

LastModified

"Last-Modified" header name.

Declaration
public const string LastModified = "Last-Modified"
Field Value
Type Description
System.String
| Improve this Doc View Source

Location

"Location" header name.

Declaration
public const string Location = "Location"
Field Value
Type Description
System.String
| Improve this Doc View Source

MaxForwards

"Max-Forwards" header name.

Declaration
public const string MaxForwards = "Max-Forwards"
Field Value
Type Description
System.String
| Improve this Doc View Source

Pragma

"Pragma" header name.

Declaration
public const string Pragma = "Pragma"
Field Value
Type Description
System.String
| Improve this Doc View Source

ProxyAuthenticate

"Proxy-Authenticate" header name.

Declaration
public const string ProxyAuthenticate = "Proxy-Authenticate"
Field Value
Type Description
System.String
| Improve this Doc View Source

ProxyAuthorization

"Proxy-Authorization" header name.

Declaration
public const string ProxyAuthorization = "Proxy-Authorization"
Field Value
Type Description
System.String
| Improve this Doc View Source

Range

"Range" header name.

Declaration
public const string Range = "Range"
Field Value
Type Description
System.String
| Improve this Doc View Source

Referer

"Referer" header name.

Declaration
public const string Referer = "Referer"
Field Value
Type Description
System.String
| Improve this Doc View Source

RetryAfter

"Retry-After" header name.

Declaration
public const string RetryAfter = "Retry-After"
Field Value
Type Description
System.String
| Improve this Doc View Source

Server

"Server" header name.

Declaration
public const string Server = "Server"
Field Value
Type Description
System.String
| Improve this Doc View Source

SetCookie

"Set-Cookie" header name.

Declaration
public const string SetCookie = "Set-Cookie"
Field Value
Type Description
System.String
| Improve this Doc View Source

TE

"TE" header name.

Declaration
public const string TE = "TE"
Field Value
Type Description
System.String
| Improve this Doc View Source

Trailer

"Trailer" header name.

Declaration
public const string Trailer = "Trailer"
Field Value
Type Description
System.String
| Improve this Doc View Source

TransferEncoding

"Transfer-Encoding" header name.

Declaration
public const string TransferEncoding = "Transfer-Encoding"
Field Value
Type Description
System.String
| Improve this Doc View Source

Upgrade

"Upgrade" header name.

Declaration
public const string Upgrade = "Upgrade"
Field Value
Type Description
System.String
| Improve this Doc View Source

UserAgent

"User-Agent" header name.

Declaration
public const string UserAgent = "User-Agent"
Field Value
Type Description
System.String
| Improve this Doc View Source

Vary

"Vary" header name.

Declaration
public const string Vary = "Vary"
Field Value
Type Description
System.String
| Improve this Doc View Source

Via

"Via" header name.

Declaration
public const string Via = "Via"
Field Value
Type Description
System.String
| Improve this Doc View Source

Warning

"Warning" header name.

Declaration
public const string Warning = "Warning"
Field Value
Type Description
System.String
| Improve this Doc View Source

WebSocketSubProtocols

"Sec-WebSocket-Protocol" header name.

Declaration
public const string WebSocketSubProtocols = "Sec-WebSocket-Protocol"
Field Value
Type Description
System.String
| Improve this Doc View Source

WWWAuthenticate

"WWW-Authenticate" header name.

Declaration
public const string WWWAuthenticate = "WWW-Authenticate"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX