예제 #1
0
 public System.Threading.Tasks.Task <StudentWebAppClient.StudentService.GetStudentAuthenticationResponse> GetStudentAuthenticationAsync(int id, string lastName)
 {
     StudentWebAppClient.StudentService.GetStudentAuthenticationRequest inValue = new StudentWebAppClient.StudentService.GetStudentAuthenticationRequest();
     inValue.Body          = new StudentWebAppClient.StudentService.GetStudentAuthenticationRequestBody();
     inValue.Body.id       = id;
     inValue.Body.lastName = lastName;
     return(((StudentWebAppClient.StudentService.StudentServiceSoap)(this)).GetStudentAuthenticationAsync(inValue));
 }
예제 #2
0
 public StudentWebAppClient.StudentService.ResponseMessage GetStudentAuthentication(int id, string lastName)
 {
     StudentWebAppClient.StudentService.GetStudentAuthenticationRequest inValue = new StudentWebAppClient.StudentService.GetStudentAuthenticationRequest();
     inValue.Body          = new StudentWebAppClient.StudentService.GetStudentAuthenticationRequestBody();
     inValue.Body.id       = id;
     inValue.Body.lastName = lastName;
     StudentWebAppClient.StudentService.GetStudentAuthenticationResponse retVal = ((StudentWebAppClient.StudentService.StudentServiceSoap)(this)).GetStudentAuthentication(inValue);
     return(retVal.Body.GetStudentAuthenticationResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <StudentWebAppClient.StudentService.GetStudentAuthenticationResponse> StudentWebAppClient.StudentService.StudentServiceSoap.GetStudentAuthenticationAsync(StudentWebAppClient.StudentService.GetStudentAuthenticationRequest request)
 {
     return(base.Channel.GetStudentAuthenticationAsync(request));
 }
예제 #4
0
 StudentWebAppClient.StudentService.GetStudentAuthenticationResponse StudentWebAppClient.StudentService.StudentServiceSoap.GetStudentAuthentication(StudentWebAppClient.StudentService.GetStudentAuthenticationRequest request)
 {
     return(base.Channel.GetStudentAuthentication(request));
 }