3 writes to maxPendingAccepts
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (3)
42this.maxPendingAccepts = ConnectionOrientedTransportDefaults.GetMaxPendingAccepts(); 58this.maxPendingAccepts = elementToBeCloned.maxPendingAccepts; 253this.maxPendingAccepts = value;
4 references to maxPendingAccepts
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (4)
58this.maxPendingAccepts = elementToBeCloned.maxPendingAccepts; 242return this.maxPendingAccepts; 407if (this.maxPendingAccepts != connection.maxPendingAccepts)