This documentation is archived and is not being maintained.
HttpWriter.Encoding Property
.NET Framework 1.1
Gets an Encoding object for the TextWriter.
[Visual Basic] Overrides Public ReadOnly Property Encoding As Encoding [C#] public override Encoding Encoding {get;} [C++] public: __property Encoding* get_Encoding(); [JScript] public override function get Encoding() : Encoding;
Property Value
An instance of the Encoding class indicating the character set of the current response.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWriter Class | HttpWriter Members | System.Web Namespace
Show: