Click or drag to resize

WebSocketMessageWriter Constructor (WebSocket, Int32)

[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,
	int chunkSize
)

Parameters

webSocket
Type: System.Net.WebSocketsWebSocket
The WebSocket to write messages into.
chunkSize
Type: SystemInt32
The maximum size in bytes of each JSON-RPC frame when sending messages.
See Also