BotFrameworkAdapter.ChannelProvider Property

Definition

Gets the channel provider for this adapter.

protected Microsoft.Bot.Connector.Authentication.IChannelProvider ChannelProvider { get; }
member this.ChannelProvider : Microsoft.Bot.Connector.Authentication.IChannelProvider
Protected ReadOnly Property ChannelProvider As IChannelProvider

Property Value

The channel provider for this adapter.

Applies to