énumération System::Net::HttpRequestHeader

HttpRequestHeader enum

Énumère les en‑têtes de requête.

enum class HttpRequestHeader

Valeurs

NomValeurDescription
CacheControl0L’en-tête ‘Cache-Control’.
Connection1L’en-tête ‘Connection’.
Date2L’en-tête ‘Date’.
KeepAlive3L’en-tête ‘Keep-Alive’.
Pragma4L’en-tête ‘Pragma’.
Trailer5L’en-tête ‘Trailer’.
TransferEncoding6L’en-tête ‘Transfer-Encoding’.
Upgrade7L’en-tête ‘Upgrade’.
Via8L’en-tête ‘Via’.
Warning9L’en-tête ‘Warning’.
Allow10L’en-tête ‘Allow’.
ContentLength11L’en-tête ‘Content-Length’.
ContentType12L’en-tête ‘Content-Type’.
ContentEncoding13L’en-tête ‘Content-Encoding’.
ContentLanguage14L’en-tête ‘Content-Language’.
ContentLocation15L’en-tête ‘Content-Location’.
ContentMd516L’en-tête ‘Content-MD5’.
ContentRange17L’en-tête ‘Content-Range’.
Expires18L’en-tête ‘Expires’.
LastModified19L’en-tête ‘Last-Modified’.
Accept20L’en-tête ‘Accept’.
AcceptCharset21L’en-tête ‘Accept-Charset’.
AcceptEncoding22L’en-tête ‘Accept-Encoding’.
AcceptLanguage23L’en-tête ‘Accept-Language’.
Authorization24L’en-tête ‘Authorization’.
Cookie25L’en-tête ‘Cookie’.
Expect26L’en-tête ‘Expect’.
From27L’en-tête ‘From’.
Host28L’en-tête ‘Host’.
IfMatch29L’en-tête ‘If-Match’.
IfModifiedSince30L’en-tête ‘If-Modified-Since’.
IfNoneMatch31L’en-tête ‘If-None-Match’.
IfRange32L’en-tête ‘If-Range’.
IfUnmodifiedSince33L’en-tête ‘If-Unmodified-Since’.
MaxForwards34L’en-tête ‘Max-Forwards’.
ProxyAuthorization35L’en-tête ‘Proxy-Authorization’.
Referer36L’en-tête ‘Referer’.
Range37L’en-tête ‘Range’.
Te38L’en-tête ‘TE’.
Translate39L’en-tête ‘Translate’.
UserAgent40L’en-tête ‘User-Agent’.

Voir aussi