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 プロパティは、HTTP 要求または HTTP 応答で HTTP コンテンツの特定のヘッダーを取得または設定するために使用できる HttpContentHeaderCollection オブジェクトを返します。

適用対象

こちらもご覧ください