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