Click or drag to resize

ResponseAsyncIsClientConnected Property

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

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
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