コード例 #1
0
 public string sendSMS(string provider, string number, string message)
 {
     Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSRequest inValue = new Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSRequest();
     inValue.provider = provider;
     inValue.number   = number;
     inValue.message  = message;
     Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSResponse retVal = ((Project_Fall2015_SilentAunctionPro.ISUSMSWebService.ISUSMS)(this)).sendSMS(inValue);
     return(retVal.@return);
 }
コード例 #2
0
 Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSResponse Project_Fall2015_SilentAunctionPro.ISUSMSWebService.ISUSMS.sendSMS(Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSRequest request)
 {
     return(base.Channel.sendSMS(request));
 }