| WebSocketServerOnClientConnectedDelegate 委托 | 
 
            当前websocket连接上服务器的事件委托
            Event delegation of the server on the current websocket connection
            
 
        命名空间: 
     HslCommunication.WebSocket
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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
 当前的会话对象
 参见
参见