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