SimpleChannelProvider Class

Definition

Caution

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

A simple channel provider with basic configuration parameters to connect to a Bot Framework channel service.

[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
Inheritance
SimpleChannelProvider
Derived
Attributes
Implements

Constructors

Name Description
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.

Properties

Name Description
ChannelService

Gets or sets the channel service.

Methods

Name Description
GetChannelServiceAsync()

Gets the channel service property for this channel provider.

IsGovernment()

Gets a value of whether this provider represents a channel on US Government Azure.

IsPublicAzure()

Gets a value of whether this provider represents a channel on Public Azure.

Applies to