点击或拖拽改变大小

NetworkAuthenticationServerBaseRemoveClient 方法

移除一个在线的客户端信息
Remove an online client message

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected void RemoveClient(
	AppSession session,
	string reason = ""
)

参数

session
类型:HslCommunication.Core.NetAppSession
会话内容
reason (Optional)
类型:SystemString
下线的原因
参见