Enum System::Net::HttpRequestHeader

HttpRequestHeader enum

Elenca le intestazioni della richiesta.

enum class HttpRequestHeader

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’.
Accept20L’intestazione ‘Accept’.
AcceptCharset21L’intestazione ‘Accept-Charset’.
AcceptEncoding22L’intestazione ‘Accept-Encoding’.
AcceptLanguage23L’intestazione ‘Accept-Language’.
Authorization24L’intestazione ‘Authorization’.
Cookie25L’intestazione ‘Cookie’ .
Expect26L’intestazione ‘Expect’.
From27L’intestazione ‘From’.
Host28L’intestazione ‘Host’.
IfMatch29L’intestazione ‘If-Match’.
IfModifiedSince30L’intestazione ‘If-Modified-Since’.
IfNoneMatch31L’intestazione ‘If-None-Match’.
IfRange32L’intestazione ‘If-Range’.
IfUnmodifiedSince33L’intestazione ‘If-Unmodified-Since’.
MaxForwards34L’intestazione ‘Max-Forwards’.
ProxyAuthorization35L’intestazione ‘Proxy-Authorization’.
Referer36L’intestazione ‘Referer’.
Range37L’intestazione ‘Range’.
Te38L’intestazione ‘TE’.
Translate39L’intestazione ‘Translate’.
UserAgent40L’intestazione ‘User-Agent’.

Vedi anche