IResponse.ContentEncoding Property

IT Hit WebDAV for .NET

Sets the HTTP character set of the output stream.

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

Property Value

A Encoding object containing information about the character set of the current response.

See Also

IResponse Interface | ITHit.WebDAV.Server Namespace