4 references to ChannelPoolSettings
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
24
this.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)
71
ChannelPoolSettings channelPoolSettings = new
ChannelPoolSettings
();