示例#1
0
 public string getMobileCodeInfo(string mobileCode, string userID)
 {
     Toyz4net.Core.MobileCodeWS.getMobileCodeInfoRequest inValue = new Toyz4net.Core.MobileCodeWS.getMobileCodeInfoRequest();
     inValue.mobileCode = mobileCode;
     inValue.userID     = userID;
     Toyz4net.Core.MobileCodeWS.getMobileCodeInfoResponse retVal = ((Toyz4net.Core.MobileCodeWS.MobileCodeWSHttpGet)(this)).getMobileCodeInfo(inValue);
     return(retVal.@string);
 }
示例#2
0
 Toyz4net.Core.MobileCodeWS.getMobileCodeInfoResponse Toyz4net.Core.MobileCodeWS.MobileCodeWSHttpGet.getMobileCodeInfo(Toyz4net.Core.MobileCodeWS.getMobileCodeInfoRequest request)
 {
     return(base.Channel.getMobileCodeInfo(request));
 }