Implemented interface member:
method
OnClose
System.ServiceModel.Security.ISecurityCommunicationObject.OnClose(System.TimeSpan)
4 overrides of OnClose
System.ServiceModel (4)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
829
public override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
75
public override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
340
public override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
724
public override void
OnClose
(TimeSpan timeout)
2 references to OnClose
System.ServiceModel (2)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
831
base.
OnClose
(timeout);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
252
return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.
OnClose
), timeout, callback, state);