Enum System::Net::HttpResponseHeader

HttpResponseHeader enum

Elenca le intestazioni di risposta http.

enum class HttpResponseHeader

Valori

NomeValoreDescrizione
CacheControl0L’intestazione ‘Cache-Control’.
Connection1L’intestazione ‘Connection’.
Date2L’intestazione ‘Date’.
KeepAlive3L’intestazione ‘Keep-Alive’.
Pragma4L’intestazione ‘Pragma’.
Trailer5L’intestazione ‘Trailer’.
TransferEncoding6L’intestazione ‘Transfer-Encoding’.
Upgrade7L’intestazione ‘Upgrade’.
Via8L’intestazione ‘Via’.
Warning9L’intestazione ‘Warning’.
Allow10L’intestazione ‘Allow’.
ContentLength11L’intestazione ‘Content-Length’.
ContentType12L’intestazione ‘Content-Type’.
ContentEncoding13L’intestazione ‘Content-Encoding’.
ContentLanguage14L’intestazione ‘Content-Language’.
ContentLocation15L’intestazione ‘Content-Location’.
ContentMd516L’intestazione ‘Content-MD5’.
ContentRange17L’intestazione ‘Content-Range’.
Expires18L’intestazione ‘Expires’.
LastModified19L’intestazione ‘Last-Modified’.
AcceptRanges20L’intestazione ‘Accept-Ranges’.
Age21L’intestazione ‘Age’.
ETag22L’intestazione ‘ETag’.
Location23L’intestazione ‘Location’.
ProxyAuthenticate24L’intestazione ‘Proxy-Authenticate’.
RetryAfter25L’intestazione ‘Retry-After’.
Server26L’intestazione ‘Server’.
SetCookie27L’intestazione ‘Set-Cookie’.
Vary28L’intestazione ‘Vary’.
WwwAuthenticate29L’intestazione ‘WWW-Authenticate’.

Vedi anche