2 writes to maxStatefulNegotiations
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
36
this.
maxStatefulNegotiations
= other.maxStatefulNegotiations;
175
this.
maxStatefulNegotiations
= value;
2 references to maxStatefulNegotiations
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
36
this.maxStatefulNegotiations = other.
maxStatefulNegotiations
;
166
return this.
maxStatefulNegotiations
;