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; }
Public MustOverride ReadOnly Property IsClientConnected As Boolean
Get
public:
virtual property bool IsClientConnected {
bool get () abstract;
}
abstract IsClientConnected : bool with get
Property Value
Type:
BooleanRemarks
Most probably this property will be refreshed only when some data fails to send to client.
See Also