System::Net::HttpResponseHeader 列挙型

HttpResponseHeader enum

http レスポンスヘッダーを列挙します。

enum class HttpResponseHeader

名前説明
CacheControl0‘Cache-Control’ ヘッダーです。
接続1‘Connection’ ヘッダーです。
日付2‘Date’ ヘッダーです。
KeepAlive3‘Keep-Alive’ ヘッダーです。
プラグマ4‘Pragma’ ヘッダーです。
トレーラー5‘Trailer’ ヘッダーです。
転送エンコーディング6‘Transfer-Encoding’ ヘッダーです。
アップグレード7‘Upgrade’ ヘッダーです。
経由8‘Via’ ヘッダーです。
警告9‘Warning’ ヘッダーです。
許可10‘Allow’ ヘッダーです。
コンテンツ長11‘Content-Length’ ヘッダーです。
コンテンツタイプ12‘Content-Type’ ヘッダーです。
コンテンツエンコーディング13‘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’ ヘッダー。

参照