Share via


ResponseDisassembler Class

Definition

The PayloadDisassembler used for StreamingResponse payloads.

public class ResponseDisassembler : Microsoft.Bot.Streaming.Payloads.PayloadDisassembler
type ResponseDisassembler = class
    inherit PayloadDisassembler
Public Class ResponseDisassembler
Inherits PayloadDisassembler
Inheritance
ResponseDisassembler

Constructors

ResponseDisassembler(IPayloadSender, Guid, StreamingResponse)

Initializes a new instance of the ResponseDisassembler class.

Properties

Response

Gets the StreamingResponse to be disassembled.

Type

Gets the one character type of the payload this disassembler is operating on. TransportConstants.

Methods

DisassembleAsync(CancellationToken)

Begins the process of disassembling a payload and sending the resulting chunks to the PayloadSender to dispatch over the transport.

(Inherited from PayloadDisassembler)
GetStreamAsync()

Gets the stream this disassembler is operating on.

Applies to