Click or drag to resize

ResponseAsyncContentLength Property

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

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax
public abstract long ContentLength { set; }

Property Value

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