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该类的类中填充该属性,否则该属性将返回空集合。 添加的标头将追加到请求中的标头集合,然后再将请求传递回INTERNET INFORMATION SERVICES (IIS) 。

适用于