SimpleChannelProvider コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SimpleChannelProvider() |
SimpleChannelProvider クラスの新しいインスタンスを初期化します。 Public Azure を使用する ChannelService を使用しない SimpleChannelProvider を作成します。 |
SimpleChannelProvider(String) |
SimpleChannelProvider クラスの新しいインスタンスを初期化します。 |
SimpleChannelProvider()
SimpleChannelProvider クラスの新しいインスタンスを初期化します。 Public Azure を使用する ChannelService を使用しない SimpleChannelProvider を作成します。
public SimpleChannelProvider();
Public Sub New ()
適用対象
SimpleChannelProvider(String)
SimpleChannelProvider クラスの新しいインスタンスを初期化します。
public SimpleChannelProvider(string channelService);
new Microsoft.Bot.Connector.Authentication.SimpleChannelProvider : string -> Microsoft.Bot.Connector.Authentication.SimpleChannelProvider
Public Sub New (channelService As String)
パラメーター
- channelService
- String
使用する ChannelService。 Null または空の文字列はパブリック Azure を表し、文字列 'https://botframework.us' は US Government Azure を表し、その他の値はプライベート チャネル用です。