Delen via


WebexClientWrapper Klas

Definitie

Waarschuwing

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

Een client voor interactie met de Webex Teams-API.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class WebexClientWrapper
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type WebexClientWrapper = class
Public Class WebexClientWrapper
Overname
WebexClientWrapper
Kenmerken

Constructors

WebexClientWrapper(WebexClientWrapperOptions)
Verouderd.

Initialiseert een nieuw exemplaar van de WebexClientWrapper klasse. Hiermee maakt u een Webex Client Wrapper. Zie WebexClientWrapperOptions voor een volledige definitie van de toegestane parameters.

Eigenschappen

Options
Verouderd.

Hiermee haalt u de verzameling opties voor de adapter op.

Methoden

CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken)
Verouderd.

Verpakt de methode CreateMessageAsync van de Webex-API.

CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken)
Verouderd.

Hiermee maakt u een bericht met bijlagen.

DeleteMessageAsync(String, CancellationToken)
Verouderd.

Verpakt de Methode DeleteMessageAsync van webex-API.

GetAttachmentActionAsync(String, CancellationToken)
Verouderd.

Toont details voor een bijlageactie, op id.

GetMeAsync(CancellationToken)
Verouderd.

Verpakt de Methode GetMeAsync van webex-API.

GetMessageAsync(String, CancellationToken)
Verouderd.

Verpakt de Methode GetMessageAsync van webex-API.

ValidateSignature(HttpRequest, String)
Verouderd.

Valideert het lokale geheim op basis van het geheim dat is verkregen uit de aanvraagheader.

Van toepassing op