UltimateFileServerThreadPoolLogin 方法 |
当客户端连接到服务器,并听过额外的检查后,进行回调的方法
Callback method when the client connects to the server and has heard additional checks
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected override void ThreadPoolLogin(
Socket socket,
IPEndPoint endPoint
)
Protected Overrides Sub ThreadPoolLogin (
socket As Socket,
endPoint As IPEndPoint
)
protected:
virtual void ThreadPoolLogin(
Socket^ socket,
IPEndPoint^ endPoint
) override
abstract ThreadPoolLogin :
socket : Socket *
endPoint : IPEndPoint -> unit
override ThreadPoolLogin :
socket : Socket *
endPoint : IPEndPoint -> unit
参数
- socket
- 类型:System.Net.SocketsSocket
socket对象 - endPoint
- 类型:System.NetIPEndPoint
远程的终结点
参见