Click or drag to resize

DavResponseContentLength Property

IT Hit WebDAV Classes Reference
Sets the content length 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 long ContentLength { set; }

Property Value

Type: Int64
The value of the response's Content-Length header.
See Also