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; }
Public MustOverride WriteOnly Property ContentEncoding As Encoding
Set
public:
virtual property Encoding^ ContentEncoding {
void set (Encoding^ value) abstract;
}
abstract ContentEncoding : Encoding with set
Property Value
Type:
Encoding
A
Encoding object containing information about the character set of the current response.
See Also