System::Net::HttpResponseHeader 枚举

HttpResponseHeader enum

枚举 http 响应标头。

enum class HttpResponseHeader

名称描述
CacheControl0‘Cache-Control’ 头部。
Connection1‘Connection’ 头部。
Date2‘Date’ 头部。
KeepAlive3‘Keep-Alive’ 头部。
Pragma4‘Pragma’ 头部。
Trailer5‘Trailer’ 头部。
TransferEncoding6‘Transfer-Encoding’ 头部。
Upgrade7‘Upgrade’ 头部。
Via8‘Via’ 头部。
Warning9‘Warning’ 头部。
Allow10‘Allow’ 头部。
ContentLength11‘Content-Length’ 头部。
ContentType12该 ‘Content-Type’ 头部。
ContentEncoding13该 ‘Content-Encoding’ 头部。
ContentLanguage14该 ‘Content-Language’ 头部。
ContentLocation15该 ‘Content-Location’ 头部。
ContentMd516该 ‘Content-MD5’ 头部。
ContentRange17该 ‘Content-Range’ 头部。
Expires18该 ‘Expires’ 头部。
LastModified19该 ‘Last-Modified’ 头部。
AcceptRanges20该 ‘Accept-Ranges’ 头部。
Age21该 ‘Age’ 头部。
ETag22该 ‘ETag’ 头部。
Location23该 ‘Location’ 头部。
ProxyAuthenticate24该 ‘Proxy-Authenticate’ 头部。
RetryAfter25‘Retry-After’ 头部。
Server26‘Server’ 头部。
SetCookie27‘Set-Cookie’ 头部。
Vary28‘Vary’ 头部。
WwwAuthenticate29‘WWW-Authenticate’ 头部。

另见