Click or drag to resize

DavResponseContentEncoding Property

IT Hit WebDAV Classes Reference
Sets the HTTP character set of the output stream.

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

Property Value

Type: Encoding
A Encoding object containing information about the character set of the current response.
See Also