MessageFormatterDuplexPipeTracker.MultiplexingStream Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the multiplexing stream used to create and accept channels.
public Nerdbank.Streams.MultiplexingStream MultiplexingStream { get; set; }
public Nerdbank.Streams.MultiplexingStream? MultiplexingStream { get; set; }
member this.MultiplexingStream : Nerdbank.Streams.MultiplexingStream with get, set
Public Property MultiplexingStream As MultiplexingStream
Property Value
Nerdbank.Streams.MultiplexingStream
Remarks
If this is null
, some public methods will throw NotSupportedException.