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!

HttpResponse.Charset

Gets or sets the HTTP charset of output.

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

Property Value

HTTP character set of output.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace