Skip to content

Pact Sms TwilioSmsSender SendSmsAsync(string string)

welshronaldo edited this page May 30, 2022 · 5 revisions

TwilioSmsSender.SendSmsAsync(string, string) Method

Sends an SMS to the provided number using the underlying delivery service

public System.Threading.Tasks.Task SendSmsAsync(string number, string message);

Parameters

number System.String

message System.String

Returns

System.Threading.Tasks.Task

Implements SendSmsAsync(string, string)

Clone this wiki locally