IMethodHandlerAsyncEnableOutputDebugLogging Property
IT Hit WebDAV Classes Reference
Determines whether output produces by this handler shall be logged if debug logging
is enabled.
Namespace:
ITHit.WebDAV.Server.Extensibility
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax bool EnableOutputDebugLogging { get; }
ReadOnly Property EnableOutputDebugLogging As Boolean
Get
property bool EnableOutputDebugLogging {
bool get ();
}
abstract EnableOutputDebugLogging : bool with get
Return Value
Type:
BooleanBoolean indicating whether output shall be logged in debug mode.
See Also