Udostępnij za pośrednictwem


SimpleChannelProvider Klasa

Definicja

Przestroga

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

Prosty dostawca kanału z podstawowymi parametrami konfiguracji w celu nawiązania połączenia z usługą kanału 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
Dziedziczenie
SimpleChannelProvider
Pochodne
Atrybuty
Implementuje

Konstruktory

SimpleChannelProvider()
Przestarzałe.

Inicjuje nowe wystąpienie klasy SimpleChannelProvider. Tworzy obiekt SimpleChannelProvider bez usługi ChannelService, która będzie używać publicznej platformy Azure.

SimpleChannelProvider(String)
Przestarzałe.

Inicjuje nowe wystąpienie klasy SimpleChannelProvider.

Właściwości

ChannelService
Przestarzałe.

Pobiera lub ustawia usługę kanału.

Metody

GetChannelServiceAsync()
Przestarzałe.

Pobiera właściwość usługi kanału dla tego dostawcy kanału.

IsGovernment()
Przestarzałe.

Pobiera wartość tego, czy ten dostawca reprezentuje kanał na platformie Azure dla instytucji rządowych USA.

IsPublicAzure()
Przestarzałe.

Pobiera wartość tego, czy ten dostawca reprezentuje kanał na publicznej platformie Azure.

Dotyczy