HttpResponseWrapper.IsClientConnected プロパティ

定義

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

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

プロパティ値

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

適用対象