DavEngineContentEncoding Property
IT Hit WebDAV Classes Reference
Gets or sets the HTTP character set of the output stream.
Namespace: ITHit.WebDAV.ServerAssembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
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