EndpointService Class

Definition

Caution

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

An Endpoint service containing configuration properties defining the endpoint for a bot (Azure or Government).

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class EndpointService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type EndpointService = class
    inherit ConnectedService
Public Class EndpointService
Inherits ConnectedService
Inheritance
EndpointService
Attributes

Constructors

EndpointService()

Initializes a new instance of the EndpointService class.

Properties

AppId

Gets or sets appId for the bot.

AppPassword

Gets or sets app password for the bot.

ChannelService

Gets or sets the channel service (Azure or US Government Azure) for the bot.

Endpoint

Gets or sets endpoint url for the bot.

Id

Gets or sets unique id for the service.

(Inherited from ConnectedService)
Name

Gets or sets user friendly name of the service.

(Inherited from ConnectedService)
Properties

Gets or sets properties that are not otherwise defined.

(Inherited from ConnectedService)
Type

Gets or sets type of the service.

(Inherited from ConnectedService)

Methods

Decrypt(String)

Decrypt properties on this service.

Encrypt(String)

Encrypt properties on this service.

Applies to