Click or drag to resize

PartwiseStreamMessageReader Properties

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

The PartwiseStreamMessageReader type exposes the following members.

Properties
  NameDescription
Protected propertyDisposalToken
A CancellationToken that is cancelled when the current object has been disposed.
(Inherited from MessageReader.)
Public propertyEncoding
Default encoding of the received messages.
Public propertyLeaveStreamOpen
Whether to leave Stream open when disposing this instance.
Public propertyStream
The underlying stream to read messages from.
Top
See Also