public System.Threading.Tasks.Task <ConsoleApplication1.TestSoapRef.TestMethodResponse> TestMethodAsync(string iam) { ConsoleApplication1.TestSoapRef.TestMethodRequest inValue = new ConsoleApplication1.TestSoapRef.TestMethodRequest(); inValue.Body = new ConsoleApplication1.TestSoapRef.TestMethodRequestBody(); inValue.Body.iam = iam; return(((ConsoleApplication1.TestSoapRef.TestSoapWebSvcSoap)(this)).TestMethodAsync(inValue)); }
public string TestMethod(string iam) { ConsoleApplication1.TestSoapRef.TestMethodRequest inValue = new ConsoleApplication1.TestSoapRef.TestMethodRequest(); inValue.Body = new ConsoleApplication1.TestSoapRef.TestMethodRequestBody(); inValue.Body.iam = iam; ConsoleApplication1.TestSoapRef.TestMethodResponse retVal = ((ConsoleApplication1.TestSoapRef.TestSoapWebSvcSoap)(this)).TestMethod(inValue); return(retVal.Body.TestMethodResult); }
System.Threading.Tasks.Task <ConsoleApplication1.TestSoapRef.TestMethodResponse> ConsoleApplication1.TestSoapRef.TestSoapWebSvcSoap.TestMethodAsync(ConsoleApplication1.TestSoapRef.TestMethodRequest request) { return(base.Channel.TestMethodAsync(request)); }
ConsoleApplication1.TestSoapRef.TestMethodResponse ConsoleApplication1.TestSoapRef.TestSoapWebSvcSoap.TestMethod(ConsoleApplication1.TestSoapRef.TestMethodRequest request) { return(base.Channel.TestMethod(request)); }