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