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