IConnectionSettingsAsyncTimeOut 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 TimeOut As Integer
Get
Set
property int TimeOut {
int get ();
void set (int value);
}
abstract TimeOut : int with get, set
Property Value
Type:
Int32The number of milliseconds to wait before the request times out. The default is 100,000 milliseconds (100 seconds).
See Also