3 writes to maxAcceptedChannels
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayBindingElement.cs (3)
26
this.
maxAcceptedChannels
= OneWayDefaults.MaxAcceptedChannels;
34
this.
maxAcceptedChannels
= elementToBeCloned.maxAcceptedChannels;
66
this.
maxAcceptedChannels
= value;
3 references to maxAcceptedChannels
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayBindingElement.cs (3)
34
this.maxAcceptedChannels = elementToBeCloned.
maxAcceptedChannels
;
58
return this.
maxAcceptedChannels
;
298
if (this.
maxAcceptedChannels
!= oneWayBindingElement.MaxAcceptedChannels)