一款简单易用的基础网络通讯组件库。

WebSocketDmtpServiceClientExists 方法

检查指定标识符的客户端是否存在。

Definition

命名空间: TouchSocket.Dmtp.AspNetCore
程序集: TouchSocket.AspNetCore (在 TouchSocket.AspNetCore.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public override bool ClientExists(
	string id
)

参数

id  String
要检查的客户端标识符。

返回值

Boolean
如果客户端存在返回true,否则返回false。

实现

IConnectableServiceClientExists(String)
IConnectableServiceClientExists(String)

参见