コード例 #1
0
 public string HelloWorld()
 {
     CRUDstudents.ServiceReference1.HelloWorldRequest inValue = new CRUDstudents.ServiceReference1.HelloWorldRequest();
     inValue.Body = new CRUDstudents.ServiceReference1.HelloWorldRequestBody();
     CRUDstudents.ServiceReference1.HelloWorldResponse retVal = ((CRUDstudents.ServiceReference1.StudentsWebServiceSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <CRUDstudents.ServiceReference1.HelloWorldResponse> HelloWorldAsync()
 {
     CRUDstudents.ServiceReference1.HelloWorldRequest inValue = new CRUDstudents.ServiceReference1.HelloWorldRequest();
     inValue.Body = new CRUDstudents.ServiceReference1.HelloWorldRequestBody();
     return(((CRUDstudents.ServiceReference1.StudentsWebServiceSoap)(this)).HelloWorldAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <CRUDstudents.ServiceReference1.HelloWorldResponse> CRUDstudents.ServiceReference1.StudentsWebServiceSoap.HelloWorldAsync(CRUDstudents.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
コード例 #4
0
 CRUDstudents.ServiceReference1.HelloWorldResponse CRUDstudents.ServiceReference1.StudentsWebServiceSoap.HelloWorld(CRUDstudents.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }