Click or drag to resize

OwinDavResponseIsClientConnected Property

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

Namespace: ITHit.WebDAV.Server.Extensibility
Assembly: ITHit.WebDAV.Server.Owin (in ITHit.WebDAV.Server.Owin.dll) Version: 5.6.3502
Syntax
public override 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