CloudChannelServiceHandler(BotFrameworkAuthentication) Constructor

Definition

Initializes a new instance of the CloudChannelServiceHandler class, using Bot Framework Authentication.

public CloudChannelServiceHandler (Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication auth);
new Microsoft.Bot.Builder.CloudChannelServiceHandler : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication -> Microsoft.Bot.Builder.CloudChannelServiceHandler
Public Sub New (auth As BotFrameworkAuthentication)

Parameters

auth
BotFrameworkAuthentication

The Bot Framework Authentication object.

Applies to