Click or drag to resize

DriveSettingsServerRequestTimeOut Field

IT Hit WebDAV Classes Reference
Server requests timeout in seconds.

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public int ServerRequestTimeOut

Field Value

Type: Int32
Default is 30 seconds.
Remarks
If the server does not respond withing the time specfied in this property the client will brake the connection. Note that this timeout is not used for file uploads and downloads. For extremely slow servers or connections you may need to increase the timeout. To set infinite timeout set this property to 0.
See Also