Request.ContentEncoding Property

IT Hit WebDAV for .NET

Gets or sets the character set of the entity-body.

[Visual Basic]
MustOverride Public ReadOnly Property ContentEncoding As Encoding
[C#]
public abstract System.Text.Encoding ContentEncoding {get;}

Property Value

An Encoding object representing the client's character set.

See Also

Request Class | ITHit.WebDAV.Server Namespace