Click or drag to resize

ByLineTextMessageReader Properties

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

The ByLineTextMessageReader type exposes the following members.

Properties
  NameDescription
Public propertyDelimiter
The indicator for the end of a message.
Protected propertyDisposalToken
A CancellationToken that is cancelled when the current object has been disposed.
(Inherited from MessageReader.)
Public propertyLeaveReaderOpen
Whether to leave Reader or Stream (if this instance is initialized with a Stream) open when disposing this instance.
Public propertyReader
The underlying text reader.
Top
See Also