HttpResponseMessage.Headers 属性

定义

获取与服务器发送的 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 响应上的特定标头。

适用于

另请参阅