IHttpListenerResponse ContentEncoding Property WebDAV#
Gets or sets the Encoding for this response's OutputStream.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Encoding ContentEncoding { get; set; }

Property Value

Type: Encoding
The content encoding.
See Also