点击或拖拽改变大小

NetworkAuthenticationServerBaseThreadPoolLoginAfterClientCheck 方法

当客户端登录后,在Ip信息的过滤后,然后触发本方法,进行后续的数据接收,处理,并返回相关的数据信息
When the client logs in, after filtering the IP information, this method is then triggered to perform subsequent data reception, processing, and return related data information

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected virtual void ThreadPoolLoginAfterClientCheck(
	Socket socket,
	IPEndPoint endPoint
)

参数

socket
类型:System.Net.SocketsSocket
网络套接字
endPoint
类型:System.NetIPEndPoint
终端节点
参见