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!

HttpWebResponse.ContentEncoding

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;

Remarks

The ContentEncoding property contains the value of the Content-Encoding header returned with the response.

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace