Partager via


IChannelProvider Interface

Définition

Attention

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

Interface ChannelProvider. Cette interface permet aux bots de fournir leur propre implémentation pour que les paramètres de configuration se connectent à un bot. Service de canal framework.

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)]
public interface IChannelProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)>]
type IChannelProvider = interface
Public Interface IChannelProvider
Dérivé
Attributs

Méthodes

GetChannelServiceAsync()
Obsolète.

Obtient la propriété de service de canal pour ce fournisseur de canal.

IsGovernment()
Obsolète.

Obtient une valeur indiquant si ce fournisseur représente un canal sur Government Azure.

IsPublicAzure()
Obsolète.

Obtient une valeur indiquant si ce fournisseur représente un canal sur Azure public.

S’applique à