EngineAsyncTHierarchyItemAsyncContentEncoding Property
IT Hit WebDAV Classes Reference
Gets or sets the HTTP character set of the output stream. Default is UTF-8.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax public Encoding ContentEncoding { get; set; }
Public Property ContentEncoding As Encoding
Get
Set
public:
property Encoding^ ContentEncoding {
Encoding^ get ();
void set (Encoding^ value);
}
member ContentEncoding : Encoding with get, set
Property Value
Type:
EncodingA
Encoding object that contains information about the character set of the response.
Default is UTF-8.
See Also