IChannelProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |