1 write to securityListener
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
594this.securityListener = securityListener;
7 references to securityListener
System.ServiceModel (7)
System\ServiceModel\Channels\SecurityChannelListener.cs (7)
597lock (this.securityListener.ThisLock) 600if (this.securityListener.State == CommunicationState.Closed || this.securityListener.State == CommunicationState.Closing) 607this.securityListener.InitializeListenerSecurityState(); 612IAsyncResult result = this.securityListener.settingsLifetimeManager.BeginOpen(timeout, lifetimeManagerOpenCallback, this); 617this.securityListener.settingsLifetimeManager.EndOpen(result); 632self.securityListener.settingsLifetimeManager.EndOpen(result);