프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Create ( string text, string to, string from, string action, HttpMethod method, string statusCallback ) : |
The
|
|
Sms ( ) : System |
public static Create ( string text, string to, string from, string action, HttpMethod method, string statusCallback ) : |
||
text | string | Body of message |
to | string | The phone number that will receive the SMS message. |
from | string | The number that will display as sending the SMS message. |
action | string | URL where paramaters specific to Sms are sent. |
method | HttpMethod | Method used to request the action URL. |
statusCallback | string | URL where the status of the SMS can be sent. |
리턴 |