HttpResponseBase::Headers Property

 

Gets the collection of response headers.

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

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

Property Value

Type: System.Collections.Specialized::NameValueCollection^

The response headers.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: