RequestHandler 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.
Implemented by classes used to process incoming requests sent over an IStreamingTransport and adhering to the Bot Framework Protocol v3 with Streaming Extensions.
public abstract class RequestHandler
type RequestHandler = class
Public MustInherit Class RequestHandler
- Inheritance
-
RequestHandler
- Derived
Constructors
RequestHandler() |
Methods
ProcessRequestAsync(ReceiveRequest, ILogger<RequestHandler>, Object, CancellationToken) |
The method that must be implemented in order to handle incoming requests. |