IHttpContent.Headers 属性

定义

获取 在 IHttpContent 上设置的内容标头的集合。

public:
 property HttpContentHeaderCollection ^ Headers { HttpContentHeaderCollection ^ get(); };
HttpContentHeaderCollection Headers();
public HttpContentHeaderCollection Headers { get; }
var httpContentHeaderCollection = iHttpContent.headers;
Public ReadOnly Property Headers As HttpContentHeaderCollection

属性值

在 IHttpContent 上设置的内容标头的集合。

注解

Headers 属性返回一个 HttpContentHeaderCollection 对象,该对象可用于在 HTTP 请求或 HTTP 响应中获取或设置 HTTP 内容上的特定标头。

适用于

另请参阅