JsonMessageFormatter.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 MultiplexingStream that may be used to establish out of band communication (e.g. marshal IDuplexPipe arguments).
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