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