Exemplo n.º 1
0
 public ClientWebApplication.CalculatorService.ArrayOfString GetCalculations()
 {
     ClientWebApplication.CalculatorService.GetCalculationsRequest inValue = new ClientWebApplication.CalculatorService.GetCalculationsRequest();
     inValue.Body = new ClientWebApplication.CalculatorService.GetCalculationsRequestBody();
     ClientWebApplication.CalculatorService.GetCalculationsResponse retVal = ((ClientWebApplication.CalculatorService.CalculatorWebServiceSoap)(this)).GetCalculations(inValue);
     return(retVal.Body.GetCalculationsResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <ClientWebApplication.CalculatorService.GetCalculationsResponse> GetCalculationsAsync()
 {
     ClientWebApplication.CalculatorService.GetCalculationsRequest inValue = new ClientWebApplication.CalculatorService.GetCalculationsRequest();
     inValue.Body = new ClientWebApplication.CalculatorService.GetCalculationsRequestBody();
     return(((ClientWebApplication.CalculatorService.CalculatorWebServiceSoap)(this)).GetCalculationsAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ClientWebApplication.CalculatorService.GetCalculationsResponse> ClientWebApplication.CalculatorService.CalculatorWebServiceSoap.GetCalculationsAsync(ClientWebApplication.CalculatorService.GetCalculationsRequest request)
 {
     return(base.Channel.GetCalculationsAsync(request));
 }
Exemplo n.º 4
0
 ClientWebApplication.CalculatorService.GetCalculationsResponse ClientWebApplication.CalculatorService.CalculatorWebServiceSoap.GetCalculations(ClientWebApplication.CalculatorService.GetCalculationsRequest request)
 {
     return(base.Channel.GetCalculations(request));
 }