Click or drag to resize

DavResponseIsClientConnected Property

IT Hit WebDAV Classes Reference
Gets a valus indicating whether client is still connected.

Namespace:  ITHit.WebDAV.Server.Extensibility
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax
public abstract bool IsClientConnected { get; }

Property Value

Type: Boolean
Remarks
Most probably this property will be refreshed only when some data fails to send to client.
See Also