public Web.WebServiceRef.ArrayOfString GetAllCalc()
 {
     Web.WebServiceRef.GetAllCalcRequest inValue = new Web.WebServiceRef.GetAllCalcRequest();
     inValue.Body = new Web.WebServiceRef.GetAllCalcRequestBody();
     Web.WebServiceRef.GetAllCalcResponse retVal = ((Web.WebServiceRef.CalculatorBaseSoap)(this)).GetAllCalc(inValue);
     return(retVal.Body.GetAllCalcResult);
 }
 public System.Threading.Tasks.Task <Web.WebServiceRef.GetAllCalcResponse> GetAllCalcAsync()
 {
     Web.WebServiceRef.GetAllCalcRequest inValue = new Web.WebServiceRef.GetAllCalcRequest();
     inValue.Body = new Web.WebServiceRef.GetAllCalcRequestBody();
     return(((Web.WebServiceRef.CalculatorBaseSoap)(this)).GetAllCalcAsync(inValue));
 }
 System.Threading.Tasks.Task <Web.WebServiceRef.GetAllCalcResponse> Web.WebServiceRef.CalculatorBaseSoap.GetAllCalcAsync(Web.WebServiceRef.GetAllCalcRequest request)
 {
     return(base.Channel.GetAllCalcAsync(request));
 }
 Web.WebServiceRef.GetAllCalcResponse Web.WebServiceRef.CalculatorBaseSoap.GetAllCalc(Web.WebServiceRef.GetAllCalcRequest request)
 {
     return(base.Channel.GetAllCalc(request));
 }