2 writes to isMaxPendingAcceptsSet
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (2)
61
this.
isMaxPendingAcceptsSet
= elementToBeCloned.isMaxPendingAcceptsSet;
254
this.
isMaxPendingAcceptsSet
= true;
3 references to isMaxPendingAcceptsSet
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (3)
61
this.isMaxPendingAcceptsSet = elementToBeCloned.
isMaxPendingAcceptsSet
;
260
get { return this.
isMaxPendingAcceptsSet
; }
436
return this.
isMaxPendingAcceptsSet
;