1 write to securityChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
849this.securityChannel = securityChannel;
6 references to securityChannel
System.ServiceModel (6)
System\ServiceModel\Channels\SecurityChannelListener.cs (6)
850lock (this.securityChannel.ThisLock) 852if (this.securityChannel.hasSecurityStateReference) 854this.securityChannel.hasSecurityStateReference = false; 855IAsyncResult result = this.securityChannel.settingsLifetimeManager.BeginClose(timeout, lifetimeManagerCloseCallback, this); 860this.securityChannel.settingsLifetimeManager.EndClose(result); 876self.securityChannel.settingsLifetimeManager.EndClose(result);