System::Net::HttpRequestHeader enum

HttpRequestHeader enum

Перечисляет заголовки запроса.

enum class HttpRequestHeader

Значения

ИмяЗначениеОписание
CacheControl0Заголовок ‘Cache-Control’.
Connection1Заголовок ‘Connection’.
Date2Заголовок ‘Date’.
KeepAlive3Заголовок ‘Keep-Alive’.
Pragma4Заголовок ‘Pragma’.
Trailer5Заголовок ‘Trailer’.
TransferEncoding6Заголовок ‘Transfer-Encoding’.
Upgrade7Заголовок ‘Upgrade’.
Via8Заголовок ‘Via’.
Warning9Заголовок ‘Warning’.
Allow10Заголовок ‘Allow’.
ContentLength11Заголовок ‘Content-Length’.
ContentType12Заголовок ‘Content-Type’.
ContentEncoding13Заголовок ‘Content-Encoding’.
ContentLanguage14Заголовок ‘Content-Language’.
ContentLocation15Заголовок ‘Content-Location’.
ContentMd516Заголовок ‘Content-MD5’.
ContentRange17Заголовок ‘Content-Range’.
Expires18Заголовок ‘Expires’.
LastModified19Заголовок ‘Last-Modified’.
Accept20Заголовок ‘Accept’.
AcceptCharset21Заголовок ‘Accept-Charset’.
AcceptEncoding22Заголовок ‘Accept-Encoding’.
AcceptLanguage23Заголовок ‘Accept-Language’.
Authorization24Заголовок ‘Authorization’.
Cookie25Заголовок ‘Cookie
Expect26Заголовок ‘Expect’.
From27Заголовок ‘From’.
Host28Заголовок ‘Host’.
IfMatch29Заголовок ‘If-Match’.
IfModifiedSince30Заголовок ‘If-Modified-Since’.
IfNoneMatch31Заголовок ‘If-None-Match’.
IfRange32Заголовок ‘If-Range’.
IfUnmodifiedSince33Заголовок ‘If-Unmodified-Since’.
MaxForwards34Заголовок ‘Max-Forwards’.
ProxyAuthorization35Заголовок ‘Proxy-Authorization’.
Referer36Заголовок ‘Referer’.
Range37Заголовок ‘Range’.
Te38Заголовок ‘TE’.
Translate39Заголовок ‘Translate’.
UserAgent40Заголовок ‘User-Agent’.

См. также