点击或拖拽改变大小

NetworkServerBaseSocketAcceptExtraCheck 方法

当客户端的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 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected virtual OperateResult SocketAcceptExtraCheck(
	Socket socket,
	IPEndPoint endPoint
)

参数

socket
类型:System.Net.SocketsSocket
套接字
endPoint
类型:System.NetIPEndPoint
终结点

返回值

类型:OperateResult
验证的结果
参见