Implemented interface member:
method
OnClose
System.ServiceModel.Security.ISecurityCommunicationObject.OnClose(System.TimeSpan)
3 overrides of OnClose
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
456
public override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
521
public override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
554
public override void
OnClose
(TimeSpan timeout)
2 references to OnClose
System.ServiceModel (2)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
556
base.
OnClose
(timeout);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
429
return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.
OnClose
), timeout, callback, state);