Example #1
0
 public TestUserToken.AuthenticationService.LogoutResponse Logout(object Logout1)
 {
     TestUserToken.AuthenticationService.LogoutRequest inValue = new TestUserToken.AuthenticationService.LogoutRequest();
     inValue.Logout = Logout1;
     TestUserToken.AuthenticationService.LogoutResponse1 retVal = ((TestUserToken.AuthenticationService.AuthenticationServicePortType)(this)).Logout(inValue);
     return(retVal.LogoutResponse);
 }
Example #2
0
 public System.Threading.Tasks.Task <TestUserToken.AuthenticationService.LogoutResponse1> LogoutAsync(object Logout)
 {
     TestUserToken.AuthenticationService.LogoutRequest inValue = new TestUserToken.AuthenticationService.LogoutRequest();
     inValue.Logout = Logout;
     return(((TestUserToken.AuthenticationService.AuthenticationServicePortType)(this)).LogoutAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <TestUserToken.AuthenticationService.LogoutResponse1> TestUserToken.AuthenticationService.AuthenticationServicePortType.LogoutAsync(TestUserToken.AuthenticationService.LogoutRequest request)
 {
     return(base.Channel.LogoutAsync(request));
 }
Example #4
0
 TestUserToken.AuthenticationService.LogoutResponse1 TestUserToken.AuthenticationService.AuthenticationServicePortType.Logout(TestUserToken.AuthenticationService.LogoutRequest request)
 {
     return(base.Channel.Logout(request));
 }