C# 클래스 ServerNotifications.Web.Domain.Twilio.RestClient

상속: IRestClient
파일 보기 프로젝트 열기: TwilioDevEd/server-notifications-csharp

공개 메소드들

메소드 설명
RestClient ( ) : Twilio
RestClient ( TwilioRestClient client ) : Twilio
SendMessage ( string from, string to, string body ) : Twilio.Message

메소드 상세

RestClient() 공개 메소드

public RestClient ( ) : Twilio
리턴 Twilio

RestClient() 공개 메소드

public RestClient ( TwilioRestClient client ) : Twilio
client Twilio.TwilioRestClient
리턴 Twilio

SendMessage() 공개 메소드

public SendMessage ( string from, string to, string body ) : Twilio.Message
from string
to string
body string
리턴 Twilio.Message