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
Syntaxpublic Encoding ContentEncoding { get; set; }Public Property ContentEncoding As Encoding
	Get
	Set
public:
virtual property Encoding^ ContentEncoding {
	Encoding^ get () sealed;
	void set (Encoding^ value) sealed;
}abstract ContentEncoding : Encoding with get, set
override 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.
Implements
ISessionContentEncoding See Also
See Also