Click or drag to resize

ResponseAsyncContentEncoding Property

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

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
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