Example #1
0
 public Assignment2W2016.AuthenticationService.AlgonquinCollegeUser GetUserInfo(string strUserName, string strAdminUserName, string strAdminPassword)
 {
     Assignment2W2016.AuthenticationService.GetUserInfoRequest inValue = new Assignment2W2016.AuthenticationService.GetUserInfoRequest();
     inValue.Body                  = new Assignment2W2016.AuthenticationService.GetUserInfoRequestBody();
     inValue.Body.strUserName      = strUserName;
     inValue.Body.strAdminUserName = strAdminUserName;
     inValue.Body.strAdminPassword = strAdminPassword;
     Assignment2W2016.AuthenticationService.GetUserInfoResponse retVal = ((Assignment2W2016.AuthenticationService.AuthenticateServiceSoap)(this)).GetUserInfo(inValue);
     return(retVal.Body.GetUserInfoResult);
 }
Example #2
0
 Assignment2W2016.AuthenticationService.GetUserInfoResponse Assignment2W2016.AuthenticationService.AuthenticateServiceSoap.GetUserInfo(Assignment2W2016.AuthenticationService.GetUserInfoRequest request)
 {
     return(base.Channel.GetUserInfo(request));
 }