ResponseDisassembler Class
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.
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
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. |