1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
2315this.timeoutHelper = new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2321IAsyncResult result = this.channel.channelBinder.BeginClose(timeoutHelper.RemainingTime(), channelBinderCloseCallback, this); 2410this.channel.securityProtocol.Close(false, timeoutHelper.RemainingTime()); 2425IAsyncResult result = this.channel.settingsLifetimeManager.BeginClose(timeoutHelper.RemainingTime(), settingsLifetimeManagerCloseCallback, this);