Κοινή χρήση μέσω


IChannelProvider Interface

Definition

Caution

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

ChannelProvider interface. This interface allows Bots to provide their own implementation for the configuration parameters to connect to a Bot. Framework channel service.

[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
Derived
Attributes

Methods

GetChannelServiceAsync()

Gets the channel service property for this channel provider.

IsGovernment()

Gets a value of whether this provider represents a channel on Government Azure.

IsPublicAzure()

Gets a value of whether this provider represents a channel on Public Azure.

Applies to