HttpResponseMessage.Headers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与服务器发送的 HttpResponseMessage 关联的 HTTP 响应标头的集合。
public:
property HttpResponseHeaderCollection ^ Headers { HttpResponseHeaderCollection ^ get(); };
HttpResponseHeaderCollection Headers();
public HttpResponseHeaderCollection Headers { get; }
var httpResponseHeaderCollection = httpResponseMessage.headers;
Public ReadOnly Property Headers As HttpResponseHeaderCollection
属性值
HTTP 响应标头的集合。
注解
Headers 属性返回一个 HttpResponseHeaderCollection 对象,该对象可用于获取或设置 HTTP 响应上的特定标头。