Show / Hide Table of Contents

Class DefaultTimeoutPolicyOptions

The options for the DefaultTimeoutPolicy

Inheritance
Object
DefaultTimeoutPolicyOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Locking
Assembly:FubarDev.WebDavServer.dll
Syntax
public class DefaultTimeoutPolicyOptions

Properties

| Improve this Doc View Source

AllowInfiniteTimeout

Gets or sets a value indicating whether the timeout may be infinite

Declaration
public bool AllowInfiniteTimeout { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

MaxTimeout

Gets or sets the maximum timeout

Declaration
public TimeSpan? MaxTimeout { get; set; }
Property Value
Type Description
Nullable<TimeSpan>
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX