Class DefaultTimeoutPolicyOptions
The options for the DefaultTimeoutPolicy
Inherited Members
Namespace:FubarDev.WebDavServer.Locking
Assembly:FubarDev.WebDavServer.dll
Syntax
public class DefaultTimeoutPolicyOptions
Properties
| Improve this Doc View SourceAllowInfiniteTimeout
Gets or sets a value indicating whether the timeout may be infinite
Declaration
public bool AllowInfiniteTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
MaxTimeout
Gets or sets the maximum timeout
Declaration
public TimeSpan? MaxTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<TimeSpan> |