Exemple #1
0
 public TestUserToken.AuthenticationService.LoginResponse Login(TestUserToken.AuthenticationService.Login Login1)
 {
     TestUserToken.AuthenticationService.LoginRequest inValue = new TestUserToken.AuthenticationService.LoginRequest();
     inValue.Login = Login1;
     TestUserToken.AuthenticationService.LoginResponse1 retVal = ((TestUserToken.AuthenticationService.AuthenticationServicePortType)(this)).Login(inValue);
     return(retVal.LoginResponse);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <TestUserToken.AuthenticationService.LoginResponse1> LoginAsync(TestUserToken.AuthenticationService.Login Login)
 {
     TestUserToken.AuthenticationService.LoginRequest inValue = new TestUserToken.AuthenticationService.LoginRequest();
     inValue.Login = Login;
     return(((TestUserToken.AuthenticationService.AuthenticationServicePortType)(this)).LoginAsync(inValue));
 }
Exemple #3
0
 public LoginRequest(TestUserToken.AuthenticationService.Login Login)
 {
     this.Login = Login;
 }