Share via


RequestHandler Class

Definition

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.

Applies to