1 write to inactivityTimer
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
548this.inactivityTimer = new IOThreadTimer(new Action<object>(this.OnTimer), this, false);
6 references to inactivityTimer
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (6)
450if (this.inactivityTimer != null) 452this.inactivityTimer.Cancel(); 466if (this.inactivityTimer != null) 468this.inactivityTimer.Cancel(); 549this.inactivityTimer.Set(this.inactivityTimeout); 824this.inactivityTimer.Set(this.inactivityTimeout);