1 write to idlingNegotiationSessionTimer
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
529this.idlingNegotiationSessionTimer = new IOThreadTimer(new Action<object>(this.OnIdlingNegotiationSessionTimer), this, false);
11 references to idlingNegotiationSessionTimer
System.ServiceModel (11)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (11)
467if (this.idlingNegotiationSessionTimer != null && !this.isTimerCancelled) 470this.idlingNegotiationSessionTimer.Cancel(); 486if (this.idlingNegotiationSessionTimer != null && !this.isTimerCancelled) 489this.idlingNegotiationSessionTimer.Cancel(); 531this.idlingNegotiationSessionTimer.Set(this.negotiationTimeout); 627if (this.idlingNegotiationSessionTimer == null) 639this.idlingNegotiationSessionTimer.Set(this.negotiationTimeout); 652if (this.idlingNegotiationSessionTimer == null) 662this.idlingNegotiationSessionTimer.Cancel(); 702this.idlingNegotiationSessionTimer.Cancel(); 706this.idlingNegotiationSessionTimer.Set(this.negotiationTimeout);