TwilioClientWrapper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wrapper class for the Twilio API.
public class TwilioClientWrapper
type TwilioClientWrapper = class
Public Class TwilioClientWrapper
- Inheritance
-
TwilioClientWrapper
Constructors
| TwilioClientWrapper(TwilioClientWrapperOptions) |
Initializes a new instance of the TwilioClientWrapper class. |
Properties
| Options |
Gets the TwilioClientWrapperOptions for the wrapper. |
Methods
| SendMessageAsync(TwilioMessageOptions, CancellationToken) |
Sends a Twilio SMS message. |
| ValidateSignature(HttpRequest, Dictionary<String,String>) |
Validates an HTTP request as coming from Twilio. |