3 writes to maxPendingAccepts
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
57
this.
maxPendingAccepts
= HttpTransportDefaults.DefaultMaxPendingAccepts;
83
this.
maxPendingAccepts
= elementToBeCloned.maxPendingAccepts;
282
this.
maxPendingAccepts
= value;
2 references to maxPendingAccepts
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
83
this.maxPendingAccepts = elementToBeCloned.
maxPendingAccepts
;
266
return this.
maxPendingAccepts
;