HttpListenerResponseAdapter 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
public Encoding ContentEncoding { get; set; }

Property Value

Type: Encoding

Implements

IHttpListenerResponse ContentEncoding
See Also