3 writes to inactivityTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
39this.inactivityTimeout = other.inactivityTimeout; 240this.inactivityTimeout = value; 355this.inactivityTimeout = SecuritySessionServerSettings.defaultInactivityTimeout;
2 references to inactivityTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
39this.inactivityTimeout = other.inactivityTimeout; 224return this.inactivityTimeout;