TwilioClientWrapper Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
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.
Wrapperklasse für die Twilio-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 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
- Vererbung
-
TwilioClientWrapper
- Attribute
Konstruktoren
TwilioClientWrapper(TwilioClientWrapperOptions) |
Veraltet.
Initialisiert eine neue Instanz der TwilioClientWrapper-Klasse. |
Eigenschaften
Options |
Veraltet.
Ruft den TwilioClientWrapperOptions für den Wrapper ab. |
Methoden
SendMessageAsync(TwilioMessageOptions, CancellationToken) |
Veraltet.
Sendet eine Twilio-SMS-Nachricht. |
ValidateSignature(HttpRequest, Dictionary<String,String>) |
Veraltet.
Überprüft eine HTTP-Anforderung, die von Twilio stammt. |