System::Net::HttpResponseHeader énumération

HttpResponseHeader enum

Énumère les en‑têtes de réponse http.

enum class HttpResponseHeader

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’.
AcceptRanges20L’en-tête ‘Accept-Ranges’.
Age21L’en-tête ‘Age’.
ETag22L’en-tête ‘ETag’.
Location23L’en-tête ‘Location’.
ProxyAuthenticate24L’en-tête ‘Proxy-Authenticate’.
RetryAfter25L’en-tête ‘Retry-After’.
Server26L’en-tête ‘Server’.
SetCookie27L’en-tête ‘Set-Cookie’.
Vary28L’en-tête ‘Vary’.
WwwAuthenticate29L’en-tête ‘WWW-Authenticate’.

Voir aussi