1 write to securityListener
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
542this.securityListener = securityListener;
6 references to securityListener
System.ServiceModel (6)
System\ServiceModel\Channels\SecurityChannelListener.cs (6)
543lock (this.securityListener.ThisLock) 545if (this.securityListener.hasSecurityStateReference) 547this.securityListener.hasSecurityStateReference = false; 548IAsyncResult result = this.securityListener.settingsLifetimeManager.BeginClose(timeout, lifetimeManagerCloseCallback, this); 553this.securityListener.settingsLifetimeManager.EndClose(result); 569self.securityListener.settingsLifetimeManager.EndClose(result);