コード例 #1
0
ファイル: Reference.cs プロジェクト: ggreiff/TestUserToken
 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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ggreiff/TestUserToken
 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));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: ggreiff/TestUserToken
 System.Threading.Tasks.Task <TestUserToken.HttpAuthenticationService.LogoutResponse1> TestUserToken.HttpAuthenticationService.AuthenticationServicePortType.LogoutAsync(TestUserToken.HttpAuthenticationService.LogoutRequest request)
 {
     return(base.Channel.LogoutAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: ggreiff/TestUserToken
 TestUserToken.HttpAuthenticationService.LogoutResponse1 TestUserToken.HttpAuthenticationService.AuthenticationServicePortType.Logout(TestUserToken.HttpAuthenticationService.LogoutRequest request)
 {
     return(base.Channel.Logout(request));
 }