コード例 #1
0
 public double GetCredit(string username, string password)
 {
     Rohab.ServiceReference1.GetCreditRequest inValue = new Rohab.ServiceReference1.GetCreditRequest();
     inValue.Body          = new Rohab.ServiceReference1.GetCreditRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     Rohab.ServiceReference1.GetCreditResponse retVal = ((Rohab.ServiceReference1.SendSoap)(this)).GetCredit(inValue);
     return(retVal.Body.GetCreditResult);
 }
コード例 #2
0
 Rohab.ServiceReference1.GetCreditResponse Rohab.ServiceReference1.SendSoap.GetCredit(Rohab.ServiceReference1.GetCreditRequest request)
 {
     return(base.Channel.GetCredit(request));
 }