Engine.ContentEncoding Property

IT Hit WebDAV for .NET

Gets or sets the HTTP character set of the output stream.

[Visual Basic]
Public Property ContentEncoding As Encoding
[C#]
public System.Text.Encoding ContentEncoding {get; set;}

Property Value

A Encoding object that contains information about the character set of the response. Default is UTF-8.

See Also

Engine Class | ITHit.WebDAV.Server Namespace