DefaultHttpHandler.ExecuteUrlHeaders Property
.NET Framework 3.0
Gets a collection of request headers and request values to transfer along with the request.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ protected NameValueCollection get_ExecuteUrlHeaders ()
protected function get ExecuteUrlHeaders () : NameValueCollection
Not applicable.
Property Value
A NameValueCollection containing request headers and values.The ExecuteUrlHeaders property returns an empty collection unless it is populated in a class that is derived from the DefaultHttpHandler class. The headers that are added are appended to the collection of headers in the request before passing the request back to Microsoft Internet Information Services (IIS).
Community Additions
ADD
Show: