次の方法で共有


DefaultHttpHandler.ExecuteUrlHeaders プロパティ

定義

要求と共に転送する要求ヘッダーと要求値のコレクションを取得します。

protected:
 property System::Collections::Specialized::NameValueCollection ^ ExecuteUrlHeaders { System::Collections::Specialized::NameValueCollection ^ get(); };
protected System.Collections.Specialized.NameValueCollection ExecuteUrlHeaders { get; }
member this.ExecuteUrlHeaders : System.Collections.Specialized.NameValueCollection
Protected ReadOnly Property ExecuteUrlHeaders As NameValueCollection

プロパティ値

NameValueCollection

要求のヘッダーと値が格納された NameValueCollection

注釈

このプロパティは ExecuteUrlHeaders 、クラスから派生したクラスに設定されていない限り、空のコレクションを DefaultHttpHandler 返します。 追加されたヘッダーは、要求を インターネット インフォメーション サービス (IIS) に渡す前に、要求内のヘッダーのコレクションに追加されます。

適用対象