Base:
method
OnClose
System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnClose(System.TimeSpan)
2 overrides of OnClose
System.ServiceModel (2)
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (1)
95public override void OnClose(TimeSpan timeout)
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (1)
117public override void OnClose(TimeSpan timeout)
1 reference to OnClose
System.ServiceModel (1)
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (1)
97base.OnClose(timeout);