Esempio n. 1
0
 public Forms.ServiceReference1.Data[] GetDict()
 {
     Forms.ServiceReference1.GetDictRequest inValue = new Forms.ServiceReference1.GetDictRequest();
     inValue.Body = new Forms.ServiceReference1.GetDictRequestBody();
     Forms.ServiceReference1.GetDictResponse retVal = ((Forms.ServiceReference1.WebService1Soap)(this)).GetDict(inValue);
     return(retVal.Body.GetDictResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <Forms.ServiceReference1.GetDictResponse> GetDictAsync()
 {
     Forms.ServiceReference1.GetDictRequest inValue = new Forms.ServiceReference1.GetDictRequest();
     inValue.Body = new Forms.ServiceReference1.GetDictRequestBody();
     return(((Forms.ServiceReference1.WebService1Soap)(this)).GetDictAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <Forms.ServiceReference1.GetDictResponse> Forms.ServiceReference1.WebService1Soap.GetDictAsync(Forms.ServiceReference1.GetDictRequest request)
 {
     return(base.Channel.GetDictAsync(request));
 }
Esempio n. 4
0
 Forms.ServiceReference1.GetDictResponse Forms.ServiceReference1.WebService1Soap.GetDict(Forms.ServiceReference1.GetDictRequest request)
 {
     return(base.Channel.GetDict(request));
 }