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