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 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected virtual void ThreadPoolLoginAfterClientCheck(
Socket socket,
IPEndPoint endPoint
)
Protected Overridable Sub ThreadPoolLoginAfterClientCheck (
socket As Socket,
endPoint As IPEndPoint
)
protected:
virtual void ThreadPoolLoginAfterClientCheck(
Socket^ socket,
IPEndPoint^ endPoint
)
abstract ThreadPoolLoginAfterClientCheck :
socket : Socket *
endPoint : IPEndPoint -> unit
override ThreadPoolLoginAfterClientCheck :
socket : Socket *
endPoint : IPEndPoint -> unit
参数
- socket
- 类型:System.Net.SocketsSocket
网络套接字 - endPoint
- 类型:System.NetIPEndPoint
终端节点
参见