PayloadStreamAssembler.CreateStreamFromPayload Method
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.
Creates a new stream populated with the bytes of the assembler's payload.
public System.IO.Stream CreateStreamFromPayload ();
abstract member CreateStreamFromPayload : unit -> System.IO.Stream
override this.CreateStreamFromPayload : unit -> System.IO.Stream
Public Function CreateStreamFromPayload () As Stream
Returns
The new stream ready for consumption.