Exemple #1
0
 public System.Threading.Tasks.Task <TestApp.ServiceReference1.StudentScoreResponse> StudentScoreAsync(TestApp.ServiceReference1.Student s)
 {
     TestApp.ServiceReference1.StudentScoreRequest inValue = new TestApp.ServiceReference1.StudentScoreRequest();
     inValue.Body   = new TestApp.ServiceReference1.StudentScoreRequestBody();
     inValue.Body.s = s;
     return(((TestApp.ServiceReference1.WebService1Soap)(this)).StudentScoreAsync(inValue));
 }
Exemple #2
0
 public string StudentScore(TestApp.ServiceReference1.Student s)
 {
     TestApp.ServiceReference1.StudentScoreRequest inValue = new TestApp.ServiceReference1.StudentScoreRequest();
     inValue.Body   = new TestApp.ServiceReference1.StudentScoreRequestBody();
     inValue.Body.s = s;
     TestApp.ServiceReference1.StudentScoreResponse retVal = ((TestApp.ServiceReference1.WebService1Soap)(this)).StudentScore(inValue);
     return(retVal.Body.StudentScoreResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <TestApp.ServiceReference1.StudentScoreResponse> TestApp.ServiceReference1.WebService1Soap.StudentScoreAsync(TestApp.ServiceReference1.StudentScoreRequest request)
 {
     return(base.Channel.StudentScoreAsync(request));
 }
Exemple #4
0
 TestApp.ServiceReference1.StudentScoreResponse TestApp.ServiceReference1.WebService1Soap.StudentScore(TestApp.ServiceReference1.StudentScoreRequest request)
 {
     return(base.Channel.StudentScore(request));
 }