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);
HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace