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

適用対象

こちらもご覧ください