Click or drag to resize

OwinDavResponseContentLength Property

IT Hit WebDAV Classes Reference
Sets the content length of the output stream.

Namespace: ITHit.WebDAV.Server.Extensibility
Assembly: ITHit.WebDAV.Server.Owin (in ITHit.WebDAV.Server.Owin.dll) Version: 5.6.3502
Syntax
public override long ContentLength { set; }

Property Value

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