Click or drag to resize

RequestAsyncContentEncoding Property

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

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

Property Value

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