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.ContentEncoding

Gets or sets the HTTP character set of returned content.

[Visual Basic]
Public Property ContentEncoding As Encoding
[C#]
public Encoding ContentEncoding {get; set;}
[C++]
public: __property Encoding* get_ContentEncoding();
public: __property void set_ContentEncoding(Encoding*);
[JScript]
public function get ContentEncoding() : Encoding;
public function set ContentEncoding(Encoding);

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace