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; }
Public MustOverride WriteOnly Property ContentLength As Long
Set
public:
virtual property long long ContentLength {
void set (long long value) abstract;
}
abstract ContentLength : int64 with set
Property Value
Type:
Int64
The value of the response's Content-Length header.
See Also