Gets the method used to encode the body of the response.
[Visual Basic] Public ReadOnly Property ContentEncoding As String [C#] public string ContentEncoding {get;} [C++] public: __property String* get_ContentEncoding(); [JScript] public function get ContentEncoding() : String;
The ContentEncoding property contains the value of the Content-Encoding header returned with the response.
HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace