CloudChannelServiceHandler 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.
A class to help with the implementation of the Bot Framework protocol using BotFrameworkAuthentication.
public class CloudChannelServiceHandler : Microsoft.Bot.Builder.ChannelServiceHandlerBase
type CloudChannelServiceHandler = class
inherit ChannelServiceHandlerBase
Public Class CloudChannelServiceHandler
Inherits ChannelServiceHandlerBase
- Inheritance
- Derived
Constructors
CloudChannelServiceHandler(BotFrameworkAuthentication) |
Initializes a new instance of the CloudChannelServiceHandler class, using Bot Framework Authentication. |