C# 클래스 SIPSorcery.AppServer.DialPlan.GoogleVoiceSMS

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
GoogleVoiceSMS ( SIPMonitorLogDelegate logDelegate, string username, string adminMemberId ) : System
SendSMS ( string emailAddress, string password, string destinationNumber, string message ) : void

비공개 메소드들

메소드 설명
Login ( string emailAddress, string password ) : string
SendSMS ( string destinationNumber, string message ) : void

메소드 상세

GoogleVoiceSMS() 공개 메소드

public GoogleVoiceSMS ( SIPMonitorLogDelegate logDelegate, string username, string adminMemberId ) : System
logDelegate SIPMonitorLogDelegate
username string
adminMemberId string
리턴 System

SendSMS() 공개 메소드

public SendSMS ( string emailAddress, string password, string destinationNumber, string message ) : void
emailAddress string
password string
destinationNumber string
message string
리턴 void