Exemplo n.º 1
0
 public Lab7b.PhoneDictService.Phone[] GetDict()
 {
     Lab7b.PhoneDictService.GetDictRequest inValue = new Lab7b.PhoneDictService.GetDictRequest();
     inValue.Body = new Lab7b.PhoneDictService.GetDictRequestBody();
     Lab7b.PhoneDictService.GetDictResponse retVal = ((Lab7b.PhoneDictService.PhoneDictServiceSoap)(this)).GetDict(inValue);
     return(retVal.Body.GetDictResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Lab7b.PhoneDictService.GetDictResponse> GetDictAsync()
 {
     Lab7b.PhoneDictService.GetDictRequest inValue = new Lab7b.PhoneDictService.GetDictRequest();
     inValue.Body = new Lab7b.PhoneDictService.GetDictRequestBody();
     return(((Lab7b.PhoneDictService.PhoneDictServiceSoap)(this)).GetDictAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Lab7b.PhoneDictService.GetDictResponse> Lab7b.PhoneDictService.PhoneDictServiceSoap.GetDictAsync(Lab7b.PhoneDictService.GetDictRequest request)
 {
     return(base.Channel.GetDictAsync(request));
 }
Exemplo n.º 4
0
 Lab7b.PhoneDictService.GetDictResponse Lab7b.PhoneDictService.PhoneDictServiceSoap.GetDict(Lab7b.PhoneDictService.GetDictRequest request)
 {
     return(base.Channel.GetDict(request));
 }