public string HelloWorld() { LessonManager.ServiceReference2.HelloWorldRequest inValue = new LessonManager.ServiceReference2.HelloWorldRequest(); inValue.Body = new LessonManager.ServiceReference2.HelloWorldRequestBody(); LessonManager.ServiceReference2.HelloWorldResponse retVal = ((LessonManager.ServiceReference2.WebService1Soap)(this)).HelloWorld(inValue); return(retVal.Body.HelloWorldResult); }
public System.Threading.Tasks.Task <LessonManager.ServiceReference2.HelloWorldResponse> HelloWorldAsync() { LessonManager.ServiceReference2.HelloWorldRequest inValue = new LessonManager.ServiceReference2.HelloWorldRequest(); inValue.Body = new LessonManager.ServiceReference2.HelloWorldRequestBody(); return(((LessonManager.ServiceReference2.WebService1Soap)(this)).HelloWorldAsync(inValue)); }
System.Threading.Tasks.Task <LessonManager.ServiceReference2.HelloWorldResponse> LessonManager.ServiceReference2.WebService1Soap.HelloWorldAsync(LessonManager.ServiceReference2.HelloWorldRequest request) { return(base.Channel.HelloWorldAsync(request)); }
LessonManager.ServiceReference2.HelloWorldResponse LessonManager.ServiceReference2.WebService1Soap.HelloWorld(LessonManager.ServiceReference2.HelloWorldRequest request) { return(base.Channel.HelloWorld(request)); }