IConnectionSettings.TimeOut Property

IT Hit WebDAV for .NET

Sets and gets time-out in milliseconds.

[Visual Basic]
Property TimeOut As Integer
[C#]
int TimeOut {get; set;}

Property Value

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

See Also

IConnectionSettings Interface | ITHit.WebDAV.Client Namespace