RequestDisassembler 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 StreamingRequest payloads.
public class RequestDisassembler : Microsoft.Bot.Streaming.Payloads.PayloadDisassembler
type RequestDisassembler = class
inherit PayloadDisassembler
Public Class RequestDisassembler
Inherits PayloadDisassembler
- Inheritance
Constructors
RequestDisassembler(IPayloadSender, Guid, StreamingRequest) |
Initializes a new instance of the RequestDisassembler class. |
Properties
Request |
Gets the StreamingRequest 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. |