Freigeben über


ChannelServiceHandler Konstruktor

Definition

Initialisiert eine neue Instanz der ChannelServiceHandler -Klasse mithilfe eines Anmeldeinformationsanbieters.

public ChannelServiceHandler (Microsoft.Bot.Connector.Authentication.ICredentialProvider credentialProvider, Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration authConfiguration, Microsoft.Bot.Connector.Authentication.IChannelProvider channelProvider = default);
new Microsoft.Bot.Builder.ChannelServiceHandler : Microsoft.Bot.Connector.Authentication.ICredentialProvider * Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration * Microsoft.Bot.Connector.Authentication.IChannelProvider -> Microsoft.Bot.Builder.ChannelServiceHandler
Public Sub New (credentialProvider As ICredentialProvider, authConfiguration As AuthenticationConfiguration, Optional channelProvider As IChannelProvider = Nothing)

Parameter

credentialProvider
ICredentialProvider

Der Anmeldeinformationsanbieter.

authConfiguration
AuthenticationConfiguration

Die Authentifizierungskonfiguration.

channelProvider
IChannelProvider

Der Kanalanbieter.

Ausnahmen

"ArgumentNullException" auslösen.

Gilt für: