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