PayloadStreamAssembler.GetPayloadAsStream 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.
Returns the assembler's payload as a stream.
public System.IO.Stream GetPayloadAsStream ();
abstract member GetPayloadAsStream : unit -> System.IO.Stream
override this.GetPayloadAsStream : unit -> System.IO.Stream
Public Function GetPayloadAsStream () As Stream
Returns
A stream conversion of the assembler's payload.