CloudAdapterBase(BotFrameworkAuthentication, ILogger) Constructor

Definition

Initializes a new instance of the CloudAdapterBase class.

protected CloudAdapterBase (Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication botFrameworkAuthentication, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Builder.CloudAdapterBase : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Builder.CloudAdapterBase
Protected Sub New (botFrameworkAuthentication As BotFrameworkAuthentication, Optional logger As ILogger = Nothing)

Parameters

botFrameworkAuthentication
BotFrameworkAuthentication

The cloud environment used for validating and creating tokens.

logger
ILogger

The ILogger implementation this adapter should use.

Applies to