Click or drag to resize

DavResponseContentType Property

IT Hit WebDAV Classes Reference
Sets the HTTP MIME type of the output stream.

Namespace:  ITHit.WebDAV.Server.Extensibility
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax
public abstract string ContentType { set; }

Property Value

Type: String
The HTTP MIME type of the output stream.
See Also