Beispiel #1
0
 public Lab7b.WS.Telephone[] GetDict()
 {
     Lab7b.WS.GetDictRequest inValue = new Lab7b.WS.GetDictRequest();
     inValue.Body = new Lab7b.WS.GetDictRequestBody();
     Lab7b.WS.GetDictResponse retVal = ((Lab7b.WS.WebServiceSoap)(this)).GetDict(inValue);
     return(retVal.Body.GetDictResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <Lab7b.WS.GetDictResponse> GetDictAsync()
 {
     Lab7b.WS.GetDictRequest inValue = new Lab7b.WS.GetDictRequest();
     inValue.Body = new Lab7b.WS.GetDictRequestBody();
     return(((Lab7b.WS.WebServiceSoap)(this)).GetDictAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Lab7b.WS.GetDictResponse> Lab7b.WS.WebServiceSoap.GetDictAsync(Lab7b.WS.GetDictRequest request)
 {
     return(base.Channel.GetDictAsync(request));
 }
Beispiel #4
0
 Lab7b.WS.GetDictResponse Lab7b.WS.WebServiceSoap.GetDict(Lab7b.WS.GetDictRequest request)
 {
     return(base.Channel.GetDict(request));
 }