SmsClient 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.
The Azure Communication Services SMS client.
public class SmsClient
type SmsClient = class
Public Class SmsClient
- Inheritance
-
SmsClient
Constructors
SmsClient() |
Initializes a new instance of SmsClient for mocking. |
SmsClient(String, SmsClientOptions) |
Initializes a new instance of SmsClient. |
SmsClient(String) |
Initializes a new instance of SmsClient. |
SmsClient(Uri, AzureKeyCredential, SmsClientOptions) |
Initializes a new instance of SmsClient. |
SmsClient(Uri, TokenCredential, SmsClientOptions) |
Initializes a new instance of SmsClient. |
Methods
Send(String, IEnumerable<String>, String, SmsSendOptions, CancellationToken) |
Sends an SMS message from a phone number that belongs to the authenticated account. |
Send(String, String, String, SmsSendOptions, CancellationToken) |
Sends a SMS |
SendAsync(String, IEnumerable<String>, String, SmsSendOptions, CancellationToken) |
Sends an SMS message from a phone number that belongs to the authenticated account. |
SendAsync(String, String, String, SmsSendOptions, CancellationToken) |
Sends a SMS |