HttpWorkerRequest.IsClientConnected Method
.NET Framework 3.0
Returns a value indicating whether the client connection is still active.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overridable Function IsClientConnected As Boolean 'Usage Dim instance As HttpWorkerRequest Dim returnValue As Boolean returnValue = instance.IsClientConnected
public boolean IsClientConnected ()
public function IsClientConnected () : boolean
Not applicable.
Return Value
true if the client connection is still active; otherwise, false.Community Additions
ADD
Show: