NetworkAlienClientOnClientConnectedDelegate 委托 |
远程连接的客户端上线的委托事件
The delegate event for the client to which the remote connection goes online
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public delegate void OnClientConnectedDelegate(
PipeDtuNet pipe
)
Public Delegate Sub OnClientConnectedDelegate (
pipe As PipeDtuNet
)
public delegate void OnClientConnectedDelegate(
PipeDtuNet^ pipe
)
type OnClientConnectedDelegate =
delegate of
pipe : PipeDtuNet -> unit
参数
- pipe
- 类型:HslCommunication.Core.PipePipeDtuNet
异形客户端的会话信息
参见