C# Класс TelAPI.InboundXML.Element.Sms

Наследование: ELement
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Create() публичный статический Метод

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.
Результат Sms

Sms() публичный Метод

public Sms ( ) : System
Результат System