共用方式為


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 內容上的特定標頭。

適用於

另請參閱