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