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

ResponseHeaders 结构

定义

作为 的一部分接收的 Response标头。

public readonly struct ResponseHeaders : System.Collections.Generic.IEnumerable<Azure.Core.HttpHeader>
type ResponseHeaders = struct
    interface seq<HttpHeader>
    interface IEnumerable
Public Structure ResponseHeaders
Implements IEnumerable(Of HttpHeader)
继承
ResponseHeaders
实现

属性

ContentLength

获取“Content-Length”标头的已分析值。

ContentLengthLong

以 long 形式获取“Content-Length”标头的已分析值。

ContentType

获取“Content-Type”标头的值。

Date

获取“Date”或“x-ms-date”标头的已分析值。

ETag

获取“ETag”标头的已分析值。

RequestId

获取“x-ms-request-id”标头的值。

方法

Contains(String)

true如果标头存储在集合中,则返回 。

GetEnumerator()

返回循环访问 ResponseHeaders 的枚举数。

TryGetValue(String, String)

如果标头存储在集合中,则返回标头值。 如果标头具有多个值,则它们将用逗号联接。

TryGetValues(String, IEnumerable<String>)

如果标头存储在集合中,则返回标头值。

显式接口实现

IEnumerable.GetEnumerator()

返回循环访问 ResponseHeaders 的枚举数。

适用于