WebSocketMessageQueue Constructor C# API
Creates a new WebSocketMessageQueue instance to wait for messages on a particular WebSocket.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public WebSocketMessageQueue(
	WebSocket webSocket
)

Parameters

webSocket
Type: Facilita.Web WebSocket
The WebSocket that this queue will receive messages from.
See Also