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