3 writes to maxPendingSessions
System.ServiceModel (3)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
38
this.
maxPendingSessions
= other.maxPendingSessions;
216
this.
maxPendingSessions
= value;
354
this.
maxPendingSessions
= SecuritySessionServerSettings.defaultMaximumPendingSessions;
2 references to maxPendingSessions
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
38
this.maxPendingSessions = other.
maxPendingSessions
;
207
return this.
maxPendingSessions
;