Click or drag to resize

WebSocketMessageReader Constructor (WebSocket)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the WebSocketMessageReader class

Namespace:  JsonRpc.WebSockets
Assembly:  JsonRpc.WebSockets (in JsonRpc.WebSockets.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public WebSocketMessageReader(
	WebSocket webSocket
)

Parameters

webSocket
Type: System.Net.WebSocketsWebSocket

[Missing <param name="webSocket"/> documentation for "M:JsonRpc.WebSockets.WebSocketMessageReader.#ctor(System.Net.WebSockets.WebSocket)"]

Remarks
This implementation allows each message to be as large as 4GB.
See Also