HttpResponse.Headers プロパティ

定義

応答ヘッダーのコレクションを取得します。

public:
 property System::Collections::Specialized::NameValueCollection ^ Headers { System::Collections::Specialized::NameValueCollection ^ get(); };
public System.Collections.Specialized.NameValueCollection Headers { get; }
member this.Headers : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property Headers As NameValueCollection

プロパティ値

NameValueCollection

応答ヘッダーの NameValueCollection

例外

この操作には、IIS 7.0 とバージョン 3.0 .NET Framework以上の統合パイプライン モードが必要です。

注釈

このプロパティはHeaders、IIS 7.0 統合パイプライン モードと少なくとも .NET Framework 3.0 でのみサポートされます。 プロパティにアクセス Headers しようとして、これら 2 つの条件のいずれかが満たされていない場合は、a PlatformNotSupportedException がスローされます。

適用対象

こちらもご覧ください