StreamMessageHandler.ReceivingStream 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 the stream used to receive messages. May be null.
protected System.IO.Stream ReceivingStream { get; }
protected System.IO.Stream? ReceivingStream { get; }
member this.ReceivingStream : System.IO.Stream
Protected ReadOnly Property ReceivingStream As Stream