Gets the headers associated with this response from the server.
[Visual Basic] Overridable Public ReadOnly Property Headers As NameValueCollection [C#] public NameValueCollection Headers {override get;} [C++] public: __property virtual NameValueCollection* get_Headers(); [JScript] public function get Headers() : NameValueCollection;
The Headers property is a collection of name/value pairs containing the HTTP header values returned with the response.
HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace