Click or drag to resize

DavRequestContentEncoding Property

IT Hit WebDAV Classes Reference
Gets the character set of the entity-body.

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

Property Value

Type: Encoding
An Encoding object representing the client's character set.
See Also