Click or drag to resize

WebDavSessionContentEncoding Property

IT Hit WebDAV Classes Reference
Gets or sets the HTTP character set of the output stream.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public Encoding ContentEncoding { get; set; }

Property Value

Type: Encoding
A Encoding object that contains information about the character set of the response. Default is UTF-8.

Implements

ISessionContentEncoding
See Also