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