1 write to MaxAcceptedChannels
System.ServiceModel (1)
System\ServiceModel\Configuration\OneWayElement.cs (1)
68
this.
MaxAcceptedChannels
= source.MaxAcceptedChannels;
2 references to MaxAcceptedChannels
System.ServiceModel (2)
System\ServiceModel\Configuration\OneWayElement.cs (2)
53
oneWayBindingElement.MaxAcceptedChannels = this.
MaxAcceptedChannels
;
68
this.MaxAcceptedChannels = source.
MaxAcceptedChannels
;