IChannelProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use ConfigurationBotFrameworkAuthentication
instead to configure channel.
ChannelProvider 接口。 此接口允许机器人为配置参数提供自己的实现,以连接到机器人。 框架通道服务。
[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
- 派生
- 属性
方法
GetChannelServiceAsync() |
已过时.
获取此通道提供程序的通道服务属性。 |
IsGovernment() |
已过时.
获取此提供程序是否表示政府 Azure 上的通道的值。 |
IsPublicAzure() |
已过时.
获取此提供程序是否表示公共 Azure 上的通道的值。 |