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

備註

除非屬性填入衍生自 類別的 DefaultHttpHandler 類別中,否則屬性 ExecuteUrlHeaders 會傳回空集合。 新增的標頭會附加至要求中的標頭集合,再將要求傳回Internet Information Services (IIS) 。

適用於