StreamMessageHandler.SendingStream 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 transmit messages. May be null.
protected System.IO.Stream SendingStream { get; }
protected System.IO.Stream? SendingStream { get; }
member this.SendingStream : System.IO.Stream
Protected ReadOnly Property SendingStream As Stream