HttpHeader.Names クラス

定義

一般的に使用されるヘッダーの名前が含まれます。

public static class HttpHeader.Names
type HttpHeader.Names = class
Public Class HttpHeader.Names
継承
HttpHeader.Names

プロパティ

Accept

返します。 "Accept"

Authorization

返します。 "Authorization"

ContentDisposition

"Content-Disposition" を返します。

ContentLength

返します。 "Content-Length"

ContentType

返します。 "Content-Type"

Date

返します。 "Date"

ETag

返します。 "ETag"

Host

返します。 "Host"

IfMatch

返します。 "If-Match"

IfModifiedSince

返します。 "If-Modified-Since"

IfNoneMatch

返します。 "If-None-Match"

IfUnmodifiedSince

返します。 "If-Unmodified-Since"

Prefer

返します。 "Prefer"

Range

返します。 "Range"

Referer

返します。 "Referer"

UserAgent

返します。 "User-Agent"

WwwAuthenticate

"WWW-Authenticate" を返します。

XMsDate

返します。 "x-ms-date"

XMsRange

返します。 "x-ms-range"

XMsRequestId

返します。 "x-ms-request-id"

適用対象