5 instantiations of ChannelPoolSettings
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelPoolSettings.cs (1)
103return new ChannelPoolSettings(this);
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
24this.channelPoolSettings = new ChannelPoolSettings();
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (3)
34: this(new ChannelPoolSettings(), new List<ServiceEndpoint>()) 44: this(new ChannelPoolSettings(), endpoints) 71ChannelPoolSettings channelPoolSettings = new ChannelPoolSettings();
15 references to ChannelPoolSettings
System.ServiceModel (9)
System\ServiceModel\Channels\ChannelPool.cs (1)
17public ChannelPool(ChannelPoolSettings settings)
System\ServiceModel\Channels\ChannelPoolSettings.cs (3)
24ChannelPoolSettings(ChannelPoolSettings poolToBeCloned) 101internal ChannelPoolSettings Clone() 106internal bool IsMatch(ChannelPoolSettings channelPoolSettings)
System\ServiceModel\Channels\OneWayBindingElement.cs (2)
18ChannelPoolSettings channelPoolSettings; 37public ChannelPoolSettings ChannelPoolSettings
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
361ChannelPoolSettings channelPoolSettings;
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (2)
44internal void ApplyConfiguration(ChannelPoolSettings settings) 56internal void InitializeFrom(ChannelPoolSettings settings)
System.WorkflowServices (6)
System\Workflow\Runtime\Hosting\ChannelManager.cs (2)
34public ChannelManager(ChannelPoolSettings settings, IList<ServiceEndpoint> endpoints) 429public PooledChannelPool(ChannelPoolSettings settings)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (4)
31ChannelPoolSettings settings; 38public ChannelManagerService(ChannelPoolSettings settings) 48public ChannelManagerService(ChannelPoolSettings settings, IList<ServiceEndpoint> endpoints) 71ChannelPoolSettings channelPoolSettings = new ChannelPoolSettings();