SimpleChannelProvider Constructors

Definition

Overloads

SimpleChannelProvider()

Initializes a new instance of the SimpleChannelProvider class. Creates a SimpleChannelProvider with no ChannelService which will use Public Azure.

SimpleChannelProvider(String)

Initializes a new instance of the SimpleChannelProvider class.

SimpleChannelProvider()

Initializes a new instance of the SimpleChannelProvider class. Creates a SimpleChannelProvider with no ChannelService which will use Public Azure.

public SimpleChannelProvider ();
Public Sub New ()

Applies to

SimpleChannelProvider(String)

Initializes a new instance of the SimpleChannelProvider class.

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

Parameters

channelService
String

The ChannelService to use. Null or empty strings represent Public Azure, the string 'https://botframework.us' represents US Government Azure, and other values are for private channels.

Applies to