2 writes to negotiationTimeout
System.ServiceModel (2)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
186this.negotiationTimeout = value; 445this.negotiationTimeout = defaultServerMaxNegotiationLifetime;
5 references to negotiationTimeout
System.ServiceModel (5)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (5)
171return this.negotiationTimeout; 523if (this.negotiationTimeout < TimeSpan.MaxValue) 531this.idlingNegotiationSessionTimer.Set(this.negotiationTimeout); 639this.idlingNegotiationSessionTimer.Set(this.negotiationTimeout); 706this.idlingNegotiationSessionTimer.Set(this.negotiationTimeout);