Click or drag to resize
HttpServerWebSocketForEach Method
遍历当前具有的WebSocket连接

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public void WebSocketForEach(
	Action<HttpServerWebSocketContext> action
)

Parameters

action
Type: SystemActionHttpServerWebSocketContext

[Missing <param name="action"/> documentation for "M:Adf.HttpServer.WebSocketForEach(System.Action{Adf.HttpServerWebSocketContext})"]

See Also