HttpResponseBase.IsClientConnected Property

Definition

Gets a value that indicates whether the client is connected to the server.

public:
 virtual property bool IsClientConnected { bool get(); };
public virtual bool IsClientConnected { get; }
member this.IsClientConnected : bool
Public Overridable ReadOnly Property IsClientConnected As Boolean

Property Value

true if the client is currently connected; otherwise, false.

Exceptions

Applies to