Click or drag to resize

IMethodHandlerTHierarchyItemEnableOutputBuffering Property

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

Namespace:  ITHit.Server.Extensibility
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
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