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)
456public override void OnClose(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
521public override void OnClose(TimeSpan timeout)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
554public override void OnClose(TimeSpan timeout)
2 references to OnClose
System.ServiceModel (2)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
556base.OnClose(timeout);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
429return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnClose), timeout, callback, state);