HttpListenerResponse::ContentEncoding Property
.NET Framework (current version)
Gets or sets the Encoding for this response's OutputStream.
Assembly: System (in System.dll)
public: property Encoding^ ContentEncoding { Encoding^ get(); void set(Encoding^ value); }
Property Value
Type: System.Text::Encoding^An Encoding object suitable for use with the data in the OutputStream property, or null if no encoding is specified.
An Encoding object can be used to convert byte sequences into character sets (code pages) and characters into byte sequences.
.NET Framework
Available since 2.0
Available since 2.0
Show: