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!

HttpRequest.Headers

Gets a collection of HTTP headers.

[Visual Basic]
Public ReadOnly Property Headers As NameValueCollection
[C#]
public NameValueCollection Headers {get;}
[C++]
public: __property NameValueCollection* get_Headers();
[JScript]
public function get Headers() : NameValueCollection;

Property Value

A System.Web.NameValueCollection of Headers.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace