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