次の方法で共有


TwilioClientWrapper クラス

定義

注意事項

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.

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
継承
TwilioClientWrapper
属性

コンストラクター

TwilioClientWrapper(TwilioClientWrapperOptions)
古い.

TwilioClientWrapper クラスの新しいインスタンスを初期化します。

プロパティ

Options
古い.

ラッパーの を TwilioClientWrapperOptions 取得します。

メソッド

SendMessageAsync(TwilioMessageOptions, CancellationToken)
古い.

Twilio SMS メッセージを送信します。

ValidateSignature(HttpRequest, Dictionary<String,String>)
古い.

Twilio からの HTTP 要求を検証します。

適用対象