ConfigurationChannelProvider クラス

定義

注意事項

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

チャネルプロバイダーは AppSettings を使ってチャンネルサービスのプロパティを調べます。

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)]
public sealed class ConfigurationChannelProvider : Microsoft.Bot.Connector.Authentication.SimpleChannelProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)>]
type ConfigurationChannelProvider = class
    inherit SimpleChannelProvider
Public NotInheritable Class ConfigurationChannelProvider
Inherits SimpleChannelProvider
継承
ConfigurationChannelProvider
属性

注釈

これにより、 ChannelService の構成エントリからキー・オブ・ ChannelServiceKeyが入力されます。

注意:キーが存在しない場合は null の数値が使われます。

コンストラクター

名前 説明
ConfigurationChannelProvider()
古い.

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

ConfigurationChannelProvider(IConfiguration)
古い.

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

フィールド

名前 説明
ChannelServiceKey
古い.

ChannelServiceの鍵です。

プロパティ

名前 説明
ChannelService
古い.

チャンネルサービスの取得または設定。

(継承元 SimpleChannelProvider)

メソッド

名前 説明
GetChannelServiceAsync()
古い.

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

(継承元 SimpleChannelProvider)
IsGovernment()
古い.

このプロバイダーが米国政府のAzure上のチャネルを代表しているかどうかの価値を取得します。

(継承元 SimpleChannelProvider)
IsPublicAzure()
古い.

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

(継承元 SimpleChannelProvider)

適用対象