2 writes to MaxOutboundChannelsPerEndpoint
System.ServiceModel (1)
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (1)
53
settings.
MaxOutboundChannelsPerEndpoint
= this.MaxOutboundChannelsPerEndpoint;
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
118
channelPoolSettings.
MaxOutboundChannelsPerEndpoint
=
4 references to MaxOutboundChannelsPerEndpoint
System.ServiceModel (3)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
369
channelPoolSettings.SetProperty(AdministrationStrings.MaxOutboundChannelsPerEndpoint, oneWay.ChannelPoolSettings.
MaxOutboundChannelsPerEndpoint
);
System\ServiceModel\Channels\ChannelPool.cs (1)
18
: base(settings.
MaxOutboundChannelsPerEndpoint
, settings.IdleTimeout, settings.LeaseTimeout)
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (1)
65
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxOutboundChannelsPerEndpoint, settings.
MaxOutboundChannelsPerEndpoint
);
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
430
: base(settings.
MaxOutboundChannelsPerEndpoint
, settings.IdleTimeout, settings.LeaseTimeout)