Click or drag to resize

DavEngineContentEncoding Property

IT Hit WebDAV Classes Reference
Gets or sets the HTTP character set of the output stream.

Namespace: ITHit.WebDAV.Server
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
public Encoding ContentEncoding { get; set; }

Property Value

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