C# Class TelAPI.InboundXML.Element.Sms

Inheritance: ELement
Mostrar archivo Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string text, string to, string from, string action, HttpMethod method, string statusCallback ) : Sms

The element can be used to send SMS messages.

Sms ( ) : System

Method Details

Create() public static method

The element can be used to send SMS messages.
public static Create ( string text, string to, string from, string action, HttpMethod method, string statusCallback ) : Sms
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.
return Sms

Sms() public method

public Sms ( ) : System
return System