Exemplo n.º 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));
 }
Exemplo n.º 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);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <TestApp.ServiceReference1.StudentScoreResponse> TestApp.ServiceReference1.WebService1Soap.StudentScoreAsync(TestApp.ServiceReference1.StudentScoreRequest request)
 {
     return(base.Channel.StudentScoreAsync(request));
 }
Exemplo n.º 4
0
 TestApp.ServiceReference1.StudentScoreResponse TestApp.ServiceReference1.WebService1Soap.StudentScore(TestApp.ServiceReference1.StudentScoreRequest request)
 {
     return(base.Channel.StudentScore(request));
 }