点击或拖拽改变大小

NetworkAuthenticationServerBaseOnClientStatusChangeDelegate 委托

表示客户端状态变化的委托信息
Delegate information representing the state change of the client

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public delegate void OnClientStatusChangeDelegate(
	Object server,
	AppSession session
)

参数

server
类型:SystemObject
当前的服务器对象信息
session
类型:HslCommunication.Core.NetAppSession
当前的客户端会话信息
参见