HttpWriter.Encoding Property

Definition

Gets an Encoding object for the TextWriter.

public:
 virtual property System::Text::Encoding ^ Encoding { System::Text::Encoding ^ get(); };
public override System.Text.Encoding Encoding { get; }
member this.Encoding : System.Text.Encoding
Public Overrides ReadOnly Property Encoding As Encoding

Property Value

An instance of the Encoding class indicating the character set of the current response.

Applies to

See also