コード例 #1
0
 public int responseSMS(string passport, string password, string number, string text, string messageID)
 {
     IBBAV.WSTedexis.responseSMSRequest inValue = new IBBAV.WSTedexis.responseSMSRequest();
     inValue.passport  = passport;
     inValue.password  = password;
     inValue.number    = number;
     inValue.text      = text;
     inValue.messageID = messageID;
     IBBAV.WSTedexis.responseSMSResponse retVal = ((IBBAV.WSTedexis.M4WSIntSRPortType)(this)).responseSMS(inValue);
     return(retVal.@return);
 }
コード例 #2
0
 IBBAV.WSTedexis.responseSMSResponse IBBAV.WSTedexis.M4WSIntSRPortType.responseSMS(IBBAV.WSTedexis.responseSMSRequest request)
 {
     return(base.Channel.responseSMS(request));
 }