IChannelProvider 接口

定义

注意

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 上的通道的值。

适用于