SimpleChannelProvider 类

定义

注意

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

一个简单的通道提供程序,其中包含用于连接到 Bot Framework 通道服务的基本配置参数。

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)]
public class SimpleChannelProvider : Microsoft.Bot.Connector.Authentication.IChannelProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)>]
type SimpleChannelProvider = class
    interface IChannelProvider
Public Class SimpleChannelProvider
Implements IChannelProvider
继承
SimpleChannelProvider
派生
属性
实现

构造函数

SimpleChannelProvider()
已过时.

初始化 SimpleChannelProvider 类的新实例。 创建一个不使用 ChannelService 的 SimpleChannelProvider,它将使用公共 Azure。

SimpleChannelProvider(String)
已过时.

初始化 SimpleChannelProvider 类的新实例。

属性

ChannelService
已过时.

获取或设置通道服务。

方法

GetChannelServiceAsync()
已过时.

获取此通道提供程序的通道服务属性。

IsGovernment()
已过时.

获取此提供程序是否表示美国政府 Azure 上的通道的值。

IsPublicAzure()
已过时.

获取此提供程序是否表示公共 Azure 上的通道的值。

适用于