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!

HttpClientResponse.Headers

[To be supplied.]

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

See Also

HttpClientResponse Class | HttpClientResponse Members | System.Web.Services.Protocols Namespace