次の方法で共有


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 クラスの新しいインスタンスを初期化します。 Public Azure を使用する ChannelService を使用しない SimpleChannelProvider を作成します。

SimpleChannelProvider(String)
古い.

SimpleChannelProvider クラスの新しいインスタンスを初期化します。

プロパティ

ChannelService
古い.

チャネル サービスを取得または設定します。

メソッド

GetChannelServiceAsync()
古い.

このチャネル プロバイダーのチャネル サービス プロパティを取得します。

IsGovernment()
古い.

このプロバイダーが US Government Azure のチャネルを表すかどうかを示す値を取得します。

IsPublicAzure()
古い.

このプロバイダーがパブリック Azure 上のチャネルを表すかどうかを示す 値を取得します。

適用対象