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; }
Public MustOverride ReadOnly Property ContentEncoding As Encoding
Get
public:
virtual property Encoding^ ContentEncoding {
Encoding^ get () abstract;
}
abstract ContentEncoding : Encoding with get
Property Value
Type:
Encoding
An
Encoding object representing the client's character set.
See Also