Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpResponse::Headers Property

 

Gets the collection of response headers.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property NameValueCollection^ Headers {
	NameValueCollection^ get();
}

Exception Condition
PlatformNotSupportedException

The operation requires the integrated pipeline mode in IIS 7.0 and at least the .NET Framework version 3.0.

The Headers property is only supported with the IIS 7.0 integrated pipeline mode and at least the .NET Framework 3.0. When you try to access the Headers property and either of these two conditions is not met, a PlatformNotSupportedException is thrown.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft