点击或拖拽改变大小

CommunicationTcpServer.SocketAcceptExtraCheck 方法

当客户端的socket登录的时候额外检查的操作,并返回操作的结果信息。
The operation is additionally checked when the client's socket logs in, and the result information of the operation is returned.

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
protected virtual OperateResult SocketAcceptExtraCheck(
	Socket socket,
	IPEndPoint endPoint
)

参数

socket
类型:System.Net.Sockets.Socket
套接字
endPoint
类型:System.Net.IPEndPoint
终结点

返回值

类型:OperateResult
验证的结果
参见