Share via


PayloadStreamAssembler.CreateStreamFromPayload Method

Definition

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.

Implements

Applies to