示例#1
0
 public System.Threading.Tasks.Task <WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductResponse> GetProductAsync(string name, WS.Unit05.Example2.Web.WSClient.ApplicationWS.Zone zone)
 {
     WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductRequest inValue = new WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductRequest();
     inValue.Body      = new WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductRequestBody();
     inValue.Body.name = name;
     inValue.Body.zone = zone;
     return(((WS.Unit05.Example2.Web.WSClient.ApplicationWS.ApplicationServicesSoap)(this)).GetProductAsync(inValue));
 }
示例#2
0
 public WS.Unit05.Example2.Web.WSClient.ApplicationWS.Product GetProduct(string name, WS.Unit05.Example2.Web.WSClient.ApplicationWS.Zone zone)
 {
     WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductRequest inValue = new WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductRequest();
     inValue.Body      = new WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductRequestBody();
     inValue.Body.name = name;
     inValue.Body.zone = zone;
     WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductResponse retVal = ((WS.Unit05.Example2.Web.WSClient.ApplicationWS.ApplicationServicesSoap)(this)).GetProduct(inValue);
     return(retVal.Body.GetProductResult);
 }
示例#3
0
 System.Threading.Tasks.Task <WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductResponse> WS.Unit05.Example2.Web.WSClient.ApplicationWS.ApplicationServicesSoap.GetProductAsync(WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductRequest request)
 {
     return(base.Channel.GetProductAsync(request));
 }
示例#4
0
 WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductResponse WS.Unit05.Example2.Web.WSClient.ApplicationWS.ApplicationServicesSoap.GetProduct(WS.Unit05.Example2.Web.WSClient.ApplicationWS.GetProductRequest request)
 {
     return(base.Channel.GetProduct(request));
 }