Click or drag to resize

WebSocketMessageReaderDeserializeMessage Method

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

Loads a JSON-RPC message from the specified stream.

Namespace:  JsonRpc.WebSockets
Assembly:  JsonRpc.WebSockets (in JsonRpc.WebSockets.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
protected virtual Message DeserializeMessage(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream containing the WebSocket message received from client.

Return Value

Type: Message
The parsed JSON-RPC message.
See Also