Share via


HttpResponseBase.IsClientConnected プロパティ

定義

クライアントがサーバーに接続されているかどうかを示す値を取得します。

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

プロパティ値

クライアントが現在接続されている場合はtrue 。それ以外の場合は false

例外

適用対象