Enum System::Net::HttpResponseHeader
Contenuti
[
Nascondere
]HttpResponseHeader enum
Elenca le intestazioni di risposta http.
enum class HttpResponseHeader
Valori
| Nome | Valore | Descrizione |
|---|---|---|
| CacheControl | 0 | L’intestazione ‘Cache-Control’. |
| Connection | 1 | L’intestazione ‘Connection’. |
| Date | 2 | L’intestazione ‘Date’. |
| KeepAlive | 3 | L’intestazione ‘Keep-Alive’. |
| Pragma | 4 | L’intestazione ‘Pragma’. |
| Trailer | 5 | L’intestazione ‘Trailer’. |
| TransferEncoding | 6 | L’intestazione ‘Transfer-Encoding’. |
| Upgrade | 7 | L’intestazione ‘Upgrade’. |
| Via | 8 | L’intestazione ‘Via’. |
| Warning | 9 | L’intestazione ‘Warning’. |
| Allow | 10 | L’intestazione ‘Allow’. |
| ContentLength | 11 | L’intestazione ‘Content-Length’. |
| ContentType | 12 | L’intestazione ‘Content-Type’. |
| ContentEncoding | 13 | L’intestazione ‘Content-Encoding’. |
| ContentLanguage | 14 | L’intestazione ‘Content-Language’. |
| ContentLocation | 15 | L’intestazione ‘Content-Location’. |
| ContentMd5 | 16 | L’intestazione ‘Content-MD5’. |
| ContentRange | 17 | L’intestazione ‘Content-Range’. |
| Expires | 18 | L’intestazione ‘Expires’. |
| LastModified | 19 | L’intestazione ‘Last-Modified’. |
| AcceptRanges | 20 | L’intestazione ‘Accept-Ranges’. |
| Age | 21 | L’intestazione ‘Age’. |
| ETag | 22 | L’intestazione ‘ETag’. |
| Location | 23 | L’intestazione ‘Location’. |
| ProxyAuthenticate | 24 | L’intestazione ‘Proxy-Authenticate’. |
| RetryAfter | 25 | L’intestazione ‘Retry-After’. |
| Server | 26 | L’intestazione ‘Server’. |
| SetCookie | 27 | L’intestazione ‘Set-Cookie’. |
| Vary | 28 | L’intestazione ‘Vary’. |
| WwwAuthenticate | 29 | L’intestazione ‘WWW-Authenticate’. |
Vedi anche
- Namespace System::Net
- Library Aspose.Font for C++