Esempio n. 1
0
 WindowsFormsApplication1.ServiceReference.getStudentsResponse WindowsFormsApplication1.ServiceReference.WebServiceSoap.getStudents(WindowsFormsApplication1.ServiceReference.getStudentsRequest request)
 {
     return(base.Channel.getStudents(request));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference.getStudentsResponse> WindowsFormsApplication1.ServiceReference.WebServiceSoap.getStudentsAsync(WindowsFormsApplication1.ServiceReference.getStudentsRequest request)
 {
     return(base.Channel.getStudentsAsync(request));
 }
Esempio n. 3
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference.getStudentsResponse> getStudentsAsync()
 {
     WindowsFormsApplication1.ServiceReference.getStudentsRequest inValue = new WindowsFormsApplication1.ServiceReference.getStudentsRequest();
     return(((WindowsFormsApplication1.ServiceReference.WebServiceSoap)(this)).getStudentsAsync(inValue));
 }
Esempio n. 4
0
 public string[][] getStudents()
 {
     WindowsFormsApplication1.ServiceReference.getStudentsRequest  inValue = new WindowsFormsApplication1.ServiceReference.getStudentsRequest();
     WindowsFormsApplication1.ServiceReference.getStudentsResponse retVal  = ((WindowsFormsApplication1.ServiceReference.WebServiceSoap)(this)).getStudents(inValue);
     return(retVal.getStudentsResult);
 }