2 writes to inactivityTimeout
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
78this.inactivityTimeout = defaultInactivityTimeout; 247this.inactivityTimeout = value;
4 references to inactivityTimeout
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
237return this.inactivityTimeout; 546if (this.inactivityTimeout < TimeSpan.MaxValue) 549this.inactivityTimer.Set(this.inactivityTimeout); 824this.inactivityTimer.Set(this.inactivityTimeout);