IMethodHandlerEnableOutputBuffering Property
IT Hit WebDAV Classes Reference
Determines whether engine can buffer content to calculate content length.
Namespace: ITHit.WebDAV.Server.ExtensibilityAssembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
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