Click or drag to resize

IConnectionSettingsTimeOut Property

IT Hit WebDAV Classes Reference
Sets and gets time-out in milliseconds.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
int TimeOut { get; set; }

Property Value

Type: Int32
The number of milliseconds to wait before the request times out. The default is 100,000 milliseconds (100 seconds).
See Also