Click or drag to resize

ByLineTextMessageReader Constructor (Stream)

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

Initialize a line-by-line message reader from Stream.

Namespace:  JsonRpc.Streams
Assembly:  JsonRpc.Streams (in JsonRpc.Streams.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public ByLineTextMessageReader(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The underlying stream. A TextReader will be created based on it.
See Also