DriveSettings.ServerRequestTimeOut Field

IT Hit WebDAV for .NET

Server requests timeout in seconds.

[Visual Basic]
Public ServerRequestTimeOut As Integer
[C#]
public int ServerRequestTimeOut;

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

DriveSettings Class | ITHit.MapWebDAVDrive.Core Namespace