C# Class SIPSorcery.AppServer.DialPlan.GoogleVoiceSMS

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Méthode Description
GoogleVoiceSMS ( SIPMonitorLogDelegate logDelegate, string username, string adminMemberId ) : System
SendSMS ( string emailAddress, string password, string destinationNumber, string message ) : void

Private Methods

Méthode Description
Login ( string emailAddress, string password ) : string
SendSMS ( string destinationNumber, string message ) : void

Method Details

GoogleVoiceSMS() public méthode

public GoogleVoiceSMS ( SIPMonitorLogDelegate logDelegate, string username, string adminMemberId ) : System
logDelegate SIPMonitorLogDelegate
username string
adminMemberId string
Résultat System

SendSMS() public méthode

public SendSMS ( string emailAddress, string password, string destinationNumber, string message ) : void
emailAddress string
password string
destinationNumber string
message string
Résultat void