NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebResponse.Headers

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;

Remarks

The Headers property is a collection of name/value pairs containing the HTTP header values returned with the response.

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace