Пример #1
0
 public Shopping.MyService.Product[] NewProduct()
 {
     Shopping.MyService.NewProductRequest inValue = new Shopping.MyService.NewProductRequest();
     inValue.Body = new Shopping.MyService.NewProductRequestBody();
     Shopping.MyService.NewProductResponse retVal = ((Shopping.MyService.myServiceSoap)(this)).NewProduct(inValue);
     return(retVal.Body.NewProductResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <Shopping.MyService.NewProductResponse> NewProductAsync()
 {
     Shopping.MyService.NewProductRequest inValue = new Shopping.MyService.NewProductRequest();
     inValue.Body = new Shopping.MyService.NewProductRequestBody();
     return(((Shopping.MyService.myServiceSoap)(this)).NewProductAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <Shopping.MyService.NewProductResponse> Shopping.MyService.myServiceSoap.NewProductAsync(Shopping.MyService.NewProductRequest request)
 {
     return(base.Channel.NewProductAsync(request));
 }
Пример #4
0
 Shopping.MyService.NewProductResponse Shopping.MyService.myServiceSoap.NewProduct(Shopping.MyService.NewProductRequest request)
 {
     return(base.Channel.NewProduct(request));
 }