Click or drag to resize

WebSocketMessageWriter Constructor (WebSocket)

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

Initializes a message reader from WebSocket.

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

Parameters

webSocket
Type: System.Net.WebSocketsWebSocket
The WebSocket to write messages into.
See Also