IHttpListenerRequest ContentEncoding Property WebDAV#
Gets the content Encoding that can be used with data sent with the request.

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

Property Value

Type: Encoding
The content encoding.
See Also