HttpServerWebSocketForEach Method |
遍历当前具有的WebSocket连接
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public void WebSocketForEach(
Action<HttpServerWebSocketContext> action
)
Public Sub WebSocketForEach (
action As Action(Of HttpServerWebSocketContext)
)
public:
void WebSocketForEach(
Action<HttpServerWebSocketContext^>^ action
)
member WebSocketForEach :
action : Action<HttpServerWebSocketContext> -> unit
Parameters
- action
- Type: SystemActionHttpServerWebSocketContext
[Missing <param name="action"/> documentation for "M:Adf.HttpServer.WebSocketForEach(System.Action{Adf.HttpServerWebSocketContext})"]
See Also