你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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"

适用于