C# 클래스 TelAPI.InboundXML.Element.Sms

상속: ELement
파일 보기 프로젝트 열기: TelAPI/telapi-dotnet 1 사용 예제들

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