Share via


ResponseMessageStreamDisassembler Class

Definition

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

Constructors

ResponseMessageStreamDisassembler(IPayloadSender, ResponseMessageStream)

Initializes a new instance of the ResponseMessageStreamDisassembler class.

Properties

ContentStream

Gets the ResponseMessageStream 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