Click or drag to resize

ByLineTextMessageWriter Constructor (Stream)

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

Initialize a line-by-line message writer to Stream.

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

Parameters

stream
Type: System.IOStream
The underlying stream. A TextWriter with UTF-8 encoding will be created based on it.
See Also