System.Web.HttpResponse.IsClientConnected Property

Gets a value indicating whether the client is still connected to the server.

Syntax

public bool IsClientConnected { get; }

Value

true if the client is still connected, false otherwise.

Remarks

The HttpResponse.IsClientConnected property returns false when the following conditions are true:

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0