1 write to InactivityTimeout
System.ServiceModel (1)
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
155settings.InactivityTimeout = this.InactivityTimeout;
4 references to InactivityTimeout
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
314localServiceSecuritySettings.SetProperty(AdministrationStrings.InactivityTimeout, specificElement.LocalServiceSettings.InactivityTimeout);
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
325channelListener.SessionServerSettings.InactivityTimeout = this.LocalServiceSettings.InactivityTimeout;
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
216channelListener.SessionServerSettings.InactivityTimeout = this.LocalServiceSettings.InactivityTimeout;
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
177SetPropertyValueIfNotDefaultValue(ConfigurationStrings.InactivityTimeout, settings.InactivityTimeout);