Sdílet prostřednictvím


SimpleChannelProvider Konstruktory

Definice

Přetížení

SimpleChannelProvider()

Inicializuje novou instanci SimpleChannelProvider třídy . Vytvoří SimpleChannelProvider bez služby ChannelService, který bude používat veřejné Azure.

SimpleChannelProvider(String)

Inicializuje novou instanci SimpleChannelProvider třídy .

SimpleChannelProvider()

Inicializuje novou instanci SimpleChannelProvider třídy . Vytvoří SimpleChannelProvider bez služby ChannelService, který bude používat veřejné Azure.

public SimpleChannelProvider ();
Public Sub New ()

Platí pro

SimpleChannelProvider(String)

Inicializuje novou instanci SimpleChannelProvider třídy .

public SimpleChannelProvider (string channelService);
new Microsoft.Bot.Connector.Authentication.SimpleChannelProvider : string -> Microsoft.Bot.Connector.Authentication.SimpleChannelProvider
Public Sub New (channelService As String)

Parametry

channelService
String

Služba ChannelService, která se má použít. Null nebo prázdné řetězce představují veřejné Azure, řetězec 'https://botframework.us' představuje US Government Azure a další hodnoty jsou pro privátní kanály.

Platí pro