1 write to MaxAcceptedChannels
System.ServiceModel (1)
System\ServiceModel\Configuration\OneWayElement.cs (1)
53
oneWayBindingElement.
MaxAcceptedChannels
= this.MaxAcceptedChannels;
4 references to MaxAcceptedChannels
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
372
instance.SetProperty(AdministrationStrings.MaxAcceptedChannels, oneWay.
MaxAcceptedChannels
);
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
298
if (this.maxAcceptedChannels != oneWayBindingElement.
MaxAcceptedChannels
)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
663
this.maxAcceptedChannels = bindingElement.
MaxAcceptedChannels
;
System\ServiceModel\Configuration\OneWayElement.cs (1)
77
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxAcceptedChannels, source.
MaxAcceptedChannels
);