GeSRTPServerThreadPoolLoginAfterClientCheck 方法 |
当客户端登录后,在Ip信息的过滤后,然后触发本方法,进行后续的数据接收,处理,并返回相关的数据信息
When the client logs in, after filtering the IP information, this method is then triggered to perform subsequent data reception,
processing, and return related data information
命名空间:
HslCommunication.Profinet.GE
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected override OperateResult ThreadPoolLoginAfterClientCheck(
PipeSession session,
IPEndPoint endPoint
)
Protected Overrides Function ThreadPoolLoginAfterClientCheck (
session As PipeSession,
endPoint As IPEndPoint
) As OperateResult
protected:
virtual OperateResult^ ThreadPoolLoginAfterClientCheck(
PipeSession^ session,
IPEndPoint^ endPoint
) override
abstract ThreadPoolLoginAfterClientCheck :
session : PipeSession *
endPoint : IPEndPoint -> OperateResult
override ThreadPoolLoginAfterClientCheck :
session : PipeSession *
endPoint : IPEndPoint -> OperateResult
参数
- session
- 类型:HslCommunication.Core.NetPipeSession
管道信息 - endPoint
- 类型:System.NetIPEndPoint
终端节点
返回值
类型:
OperateResult[缺少 "M:HslCommunication.Profinet.GE.GeSRTPServer.ThreadPoolLoginAfterClientCheck(HslCommunication.Core.Net.PipeSession,System.Net.IPEndPoint)" 的 <returns> 文档]
参见