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; }
ReadOnly Property EnableOutputBuffering As Boolean
Get
property bool EnableOutputBuffering {
bool get ();
}
abstract EnableOutputBuffering : bool with 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