Click or drag to resize

IMethodHandlerAsyncEnableOutputBuffering Property

IT Hit WebDAV Classes Reference
Determines whether engine can buffer content to calculate content length.

Namespace:  ITHit.WebDAV.Server.Extensibility
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax
bool EnableOutputBuffering { get; }

Return Value

Type: Boolean
Boolean indicating whether content shall be buffered to calculated content length. Engine will look at this property only if CalculateContentLength is true.
See Also