Пример #1
0
 public System.Threading.Tasks.Task <Forms.ServiceReference1.UdpDictResponse> UdpDictAsync(Forms.ServiceReference1.Data data)
 {
     Forms.ServiceReference1.UdpDictRequest inValue = new Forms.ServiceReference1.UdpDictRequest();
     inValue.Body      = new Forms.ServiceReference1.UdpDictRequestBody();
     inValue.Body.data = data;
     return(((Forms.ServiceReference1.WebService1Soap)(this)).UdpDictAsync(inValue));
 }
Пример #2
0
 public void UdpDict(Forms.ServiceReference1.Data data)
 {
     Forms.ServiceReference1.UdpDictRequest inValue = new Forms.ServiceReference1.UdpDictRequest();
     inValue.Body      = new Forms.ServiceReference1.UdpDictRequestBody();
     inValue.Body.data = data;
     Forms.ServiceReference1.UdpDictResponse retVal = ((Forms.ServiceReference1.WebService1Soap)(this)).UdpDict(inValue);
 }
Пример #3
0
 System.Threading.Tasks.Task <Forms.ServiceReference1.UdpDictResponse> Forms.ServiceReference1.WebService1Soap.UdpDictAsync(Forms.ServiceReference1.UdpDictRequest request)
 {
     return(base.Channel.UdpDictAsync(request));
 }
Пример #4
0
 Forms.ServiceReference1.UdpDictResponse Forms.ServiceReference1.WebService1Soap.UdpDict(Forms.ServiceReference1.UdpDictRequest request)
 {
     return(base.Channel.UdpDict(request));
 }