Click or drag to resize

OwinDavResponseContentEncoding Property

IT Hit WebDAV Classes Reference
Sets the HTTP character set of the output stream.

Namespace: ITHit.WebDAV.Server.Extensibility
Assembly: ITHit.WebDAV.Server.Owin (in ITHit.WebDAV.Server.Owin.dll) Version: 5.6.3502
Syntax
public override Encoding ContentEncoding { set; }

Property Value

Type: Encoding
A Encoding object containing information about the character set of the current response.
See Also