1 write to MaxOutboundChannelsPerEndpoint
System.ServiceModel (1)
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (1)
77
this.
MaxOutboundChannelsPerEndpoint
= source.MaxOutboundChannelsPerEndpoint;
2 references to MaxOutboundChannelsPerEndpoint
System.ServiceModel (2)
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (2)
53
settings.MaxOutboundChannelsPerEndpoint = this.
MaxOutboundChannelsPerEndpoint
;
77
this.MaxOutboundChannelsPerEndpoint = source.
MaxOutboundChannelsPerEndpoint
;