System.Web.DefaultHttpHandler.ExecuteUrlHeaders Property

Gets a collection of request headers and request values to transfer along with the request.

Syntax

protected System.Collections.Specialized.NameValueCollection ExecuteUrlHeaders { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The DefaultHttpHandler.ExecuteUrlHeaders property returns an empty collection unless it is populated in a class that is derived from the System.Web.DefaultHttpHandler class. The headers that are added are appended to the collection of headers in the request before passing the request back to Internet Information Services (IIS).

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0