WebSocketServerOnClientConnectedDelegate 委托 |
当前websocket连接上服务器的事件委托
Event delegation of the server on the current websocket connection
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public delegate void OnClientConnectedDelegate(
WebSocketSession session
)
Public Delegate Sub OnClientConnectedDelegate (
session As WebSocketSession
)
public delegate void OnClientConnectedDelegate(
WebSocketSession^ session
)
type OnClientConnectedDelegate =
delegate of
session : WebSocketSession -> unit
参数
- session
- 类型:HslCommunication.WebSocketWebSocketSession
当前的会话对象
参见