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
Public ServerRequestTimeOut As Integer
public:
int ServerRequestTimeOut
val mutable ServerRequestTimeOut: int
Field Value
Type:
Int32Default 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