CommunicationServerThreadPoolLoginAfterClientCheck 属性 |
当线程检查后,进行登录之前的检查,通常用于自定义的握手包校验操作。仅对TCP通信的时候有效。
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Func<PipeSession, IPEndPoint, OperateResult> ThreadPoolLoginAfterClientCheck { get; set; }
Public Property ThreadPoolLoginAfterClientCheck As Func(Of PipeSession, IPEndPoint, OperateResult)
Get
Set
public:
property Func<PipeSession^, IPEndPoint^, OperateResult^>^ ThreadPoolLoginAfterClientCheck {
Func<PipeSession^, IPEndPoint^, OperateResult^>^ get ();
void set (Func<PipeSession^, IPEndPoint^, OperateResult^>^ value);
}
member ThreadPoolLoginAfterClientCheck : Func<PipeSession, IPEndPoint, OperateResult> with get, set
属性值
类型:
FuncPipeSession,
IPEndPoint,
OperateResult参见