3 writes to maxPendingConnections
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (3)
40this.maxPendingConnections = ConnectionOrientedTransportDefaults.GetMaxPendingConnections(); 56this.maxPendingConnections = elementToBeCloned.maxPendingConnections; 160this.maxPendingConnections = value;
4 references to maxPendingConnections
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (4)
56this.maxPendingConnections = elementToBeCloned.maxPendingConnections; 152return this.maxPendingConnections; 403if (this.maxPendingConnections != connection.maxPendingConnections)