DriveSettings.ClientCacheTimeOut Field

IT Hit WebDAV for .NET

Sets or gets client cache timeout in seconds.

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

Remarks

The requests to server are cached on a client side for the amount of time specified in this property. To avoid any caching set this property to 0. In this case all requests will be sent immediately to server. Note that some applications such as Windows Explorer submit a large number of identical requests to server, so setting this property to 0 may decrease performance.

See Also

DriveSettings Class | ITHit.MapWebDAVDrive.Core Namespace