Example #1
0
 public string[] getDatabaseInfo()
 {
     Toyz4net.Core.MobileCodeWS.getDatabaseInfoRequest  inValue = new Toyz4net.Core.MobileCodeWS.getDatabaseInfoRequest();
     Toyz4net.Core.MobileCodeWS.getDatabaseInfoResponse retVal  = ((Toyz4net.Core.MobileCodeWS.MobileCodeWSHttpGet)(this)).getDatabaseInfo(inValue);
     return(retVal.ArrayOfString);
 }
Example #2
0
 Toyz4net.Core.MobileCodeWS.getDatabaseInfoResponse Toyz4net.Core.MobileCodeWS.MobileCodeWSHttpGet.getDatabaseInfo(Toyz4net.Core.MobileCodeWS.getDatabaseInfoRequest request)
 {
     return(base.Channel.getDatabaseInfo(request));
 }