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!

HttpWebRequest.Accept

Gets or sets the value of the Accept header.

[Visual Basic]
Public Property Accept As String
[C#]
public string Accept {get; set;}
[C++]
public: __property String* get_Accept();
public: __property void set_Accept(String*);
[JScript]
public function get Accept() : String;
public function set Accept(String);

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace