예제 #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);
 }
예제 #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));
 }
예제 #3
0
 System.Threading.Tasks.Task <TestUserToken.HttpAuthenticationService.LoginResponse1> TestUserToken.HttpAuthenticationService.AuthenticationServicePortType.LoginAsync(TestUserToken.HttpAuthenticationService.LoginRequest request)
 {
     return(base.Channel.LoginAsync(request));
 }
예제 #4
0
 TestUserToken.HttpAuthenticationService.LoginResponse1 TestUserToken.HttpAuthenticationService.AuthenticationServicePortType.Login(TestUserToken.HttpAuthenticationService.LoginRequest request)
 {
     return(base.Channel.Login(request));
 }