HttpResponseMessage.Headers プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サーバーによって送信された 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 オブジェクトを返します。