点击或拖拽改变大小

NetworkAuthenticationServerBaseThreadPoolLogin 方法

当接收到了新的请求的时候执行的操作,此处进行账户的安全验证
The operation performed when a new request is received, and the account security verification is performed here

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

参数

socket
类型:System.Net.SocketsSocket
异步对象
endPoint
类型:System.NetIPEndPoint
终结点
参见