点击或拖拽改变大小

CommunicationTcpServerThreadPoolLogin 方法

当客户端连接到服务器,并听过额外的检查后,进行回调的方法
Callback method when the client connects to the server and has heard additional checks

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.0.0 (12.1.0.0)
语法
protected virtual void ThreadPoolLogin(
	PipeTcpNet pipe,
	IPEndPoint endPoint
)

参数

pipe
类型:HslCommunication.Core.PipePipeTcpNet
socket对象
endPoint
类型:System.NetIPEndPoint
远程的终结点
参见