System::Net::HttpRequestHeader enum
Содержание
[
Скрывать
]HttpRequestHeader enum
Перечисляет заголовки запроса.
enum class HttpRequestHeader
Значения
| Имя | Значение | Описание |
|---|---|---|
| CacheControl | 0 | Заголовок ‘Cache-Control’. |
| Connection | 1 | Заголовок ‘Connection’. |
| Date | 2 | Заголовок ‘Date’. |
| KeepAlive | 3 | Заголовок ‘Keep-Alive’. |
| Pragma | 4 | Заголовок ‘Pragma’. |
| Trailer | 5 | Заголовок ‘Trailer’. |
| TransferEncoding | 6 | Заголовок ‘Transfer-Encoding’. |
| Upgrade | 7 | Заголовок ‘Upgrade’. |
| Via | 8 | Заголовок ‘Via’. |
| Warning | 9 | Заголовок ‘Warning’. |
| Allow | 10 | Заголовок ‘Allow’. |
| ContentLength | 11 | Заголовок ‘Content-Length’. |
| ContentType | 12 | Заголовок ‘Content-Type’. |
| ContentEncoding | 13 | Заголовок ‘Content-Encoding’. |
| ContentLanguage | 14 | Заголовок ‘Content-Language’. |
| ContentLocation | 15 | Заголовок ‘Content-Location’. |
| ContentMd5 | 16 | Заголовок ‘Content-MD5’. |
| ContentRange | 17 | Заголовок ‘Content-Range’. |
| Expires | 18 | Заголовок ‘Expires’. |
| LastModified | 19 | Заголовок ‘Last-Modified’. |
| Accept | 20 | Заголовок ‘Accept’. |
| AcceptCharset | 21 | Заголовок ‘Accept-Charset’. |
| AcceptEncoding | 22 | Заголовок ‘Accept-Encoding’. |
| AcceptLanguage | 23 | Заголовок ‘Accept-Language’. |
| Authorization | 24 | Заголовок ‘Authorization’. |
| Cookie | 25 | Заголовок ‘Cookie’ |
| Expect | 26 | Заголовок ‘Expect’. |
| From | 27 | Заголовок ‘From’. |
| Host | 28 | Заголовок ‘Host’. |
| IfMatch | 29 | Заголовок ‘If-Match’. |
| IfModifiedSince | 30 | Заголовок ‘If-Modified-Since’. |
| IfNoneMatch | 31 | Заголовок ‘If-None-Match’. |
| IfRange | 32 | Заголовок ‘If-Range’. |
| IfUnmodifiedSince | 33 | Заголовок ‘If-Unmodified-Since’. |
| MaxForwards | 34 | Заголовок ‘Max-Forwards’. |
| ProxyAuthorization | 35 | Заголовок ‘Proxy-Authorization’. |
| Referer | 36 | Заголовок ‘Referer’. |
| Range | 37 | Заголовок ‘Range’. |
| Te | 38 | Заголовок ‘TE’. |
| Translate | 39 | Заголовок ‘Translate’. |
| UserAgent | 40 | Заголовок ‘User-Agent’. |
См. также
- Namespace System::Net
- Library Aspose.Font for C++