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!

HttpRequest.ContentEncoding

Character set of data supplied by client.

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

Property Value

A managed reference to an Encoding object representing character set of browser client.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace