Click or drag to resize

IMethodHandlerEnableOutputBuffering 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: 4.5.3121.0
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