2 writes to maximumConcurrentNegotiations
System.ServiceModel (2)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
163this.maximumConcurrentNegotiations = value; 449this.maximumConcurrentNegotiations = defaultServerMaxActiveNegotiations;
1 reference to maximumConcurrentNegotiations
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
154return this.maximumConcurrentNegotiations;