Compartir a través de


TwilioClientWrapper Clase

Definición

Precaución

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.

Clase contenedora para la API de Twilio.

[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 TwilioClientWrapper
[<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 TwilioClientWrapper = class
Public Class TwilioClientWrapper
Herencia
TwilioClientWrapper
Atributos

Constructores

TwilioClientWrapper(TwilioClientWrapperOptions)
Obsoletos.

Inicializa una nueva instancia de la clase TwilioClientWrapper.

Propiedades

Options
Obsoletos.

Obtiene para TwilioClientWrapperOptions el contenedor.

Métodos

SendMessageAsync(TwilioMessageOptions, CancellationToken)
Obsoletos.

Envía un mensaje SMS de Twilio.

ValidateSignature(HttpRequest, Dictionary<String,String>)
Obsoletos.

Valida una solicitud HTTP como procedente de Twilio.

Se aplica a