Delen via


CloudAdapter Constructors

Definitie

Overloads

CloudAdapter()

Initialiseert een nieuw exemplaar van de CloudAdapter klasse. (Openbare cloud. Geen verificatie. Voor testen.)

CloudAdapter(BotFrameworkAuthentication, ILogger)

Initialiseert een nieuw exemplaar van de CloudAdapter klasse.

CloudAdapter(IConfiguration, IHttpClientFactory, ILogger)

Initialiseert een nieuw exemplaar van de CloudAdapter klasse.

CloudAdapter()

Initialiseert een nieuw exemplaar van de CloudAdapter klasse. (Openbare cloud. Geen verificatie. Voor testen.)

public CloudAdapter();
Public Sub New ()

Van toepassing op

CloudAdapter(BotFrameworkAuthentication, ILogger)

Initialiseert een nieuw exemplaar van de CloudAdapter klasse.

public CloudAdapter(Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication botFrameworkAuthentication, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Builder.Integration.AspNet.Core.CloudAdapter : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Builder.Integration.AspNet.Core.CloudAdapter
Public Sub New (botFrameworkAuthentication As BotFrameworkAuthentication, Optional logger As ILogger = Nothing)

Parameters

botFrameworkAuthentication
BotFrameworkAuthentication

Deze BotFrameworkAuthentication adapter moet worden gebruikt.

logger
ILogger

De ILogger implementatie die deze adapter moet gebruiken.

Van toepassing op

CloudAdapter(IConfiguration, IHttpClientFactory, ILogger)

Initialiseert een nieuw exemplaar van de CloudAdapter klasse.

public CloudAdapter(Microsoft.Extensions.Configuration.IConfiguration configuration, System.Net.Http.IHttpClientFactory httpClientFactory = default, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Builder.Integration.AspNet.Core.CloudAdapter : Microsoft.Extensions.Configuration.IConfiguration * System.Net.Http.IHttpClientFactory * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Builder.Integration.AspNet.Core.CloudAdapter
Public Sub New (configuration As IConfiguration, Optional httpClientFactory As IHttpClientFactory = Nothing, Optional logger As ILogger = Nothing)

Parameters

configuration
IConfiguration

Het IConfiguration-exemplaar.

httpClientFactory
IHttpClientFactory

Deze IHttpClientFactory adapter moet worden gebruikt.

logger
ILogger

De ILogger implementatie die deze adapter moet gebruiken.

Van toepassing op