示例#1
0
 public string[] getDatabaseInfo()
 {
     Toyz4net.Core.MobileCodeWS.getDatabaseInfoRequest1  inValue = new Toyz4net.Core.MobileCodeWS.getDatabaseInfoRequest1();
     Toyz4net.Core.MobileCodeWS.getDatabaseInfoResponse1 retVal  = ((Toyz4net.Core.MobileCodeWS.MobileCodeWSHttpPost)(this)).getDatabaseInfo(inValue);
     return(retVal.ArrayOfString);
 }
示例#2
0
 Toyz4net.Core.MobileCodeWS.getDatabaseInfoResponse1 Toyz4net.Core.MobileCodeWS.MobileCodeWSHttpPost.getDatabaseInfo(Toyz4net.Core.MobileCodeWS.getDatabaseInfoRequest1 request)
 {
     return(base.Channel.getDatabaseInfo(request));
 }