4 references to MaxOutboundChannelsPerEndpoint
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelPoolSettings.cs (3)
21
this.maxOutboundChannelsPerEndpoint = OneWayDefaults.
MaxOutboundChannelsPerEndpoint
;
82
[DefaultValue(OneWayDefaults.
MaxOutboundChannelsPerEndpoint
)]
133
return (this.maxOutboundChannelsPerEndpoint != OneWayDefaults.
MaxOutboundChannelsPerEndpoint
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (1)
36
[ConfigurationProperty(ConfigurationStrings.MaxOutboundChannelsPerEndpoint, DefaultValue = OneWayDefaults.
MaxOutboundChannelsPerEndpoint
)]