1 instantiation of ChannelFactoryReference
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
215return new ChannelFactoryReference(
12 references to ChannelFactoryReference
System.WorkflowServices (12)
System\Workflow\Runtime\Hosting\ChannelManager.cs (12)
30Dictionary<EndpointAddress, ChannelFactoryReference> factoryCache; 37this.factoryCache = new Dictionary<EndpointAddress, ChannelFactoryReference>(); 87foreach (ChannelFactoryReference factory in this.factoryCache.Values) 148ChannelFactoryReference factory = this.TakeChannelFactory(address); 186PooledChannel CreateChannel(ChannelFactoryReference factory, EndpointAddress address, Uri via, out bool channelCreated) 206ChannelFactoryReference CreateChannelFactory(EndpointAddress address) 224void ReturnChannelFactory(EndpointAddress key, ChannelFactoryReference channelFactory) 238ChannelFactoryReference currentFactory = null; 254ChannelFactoryReference TakeChannelFactory(EndpointAddress address) 256ChannelFactoryReference factory; 357ChannelFactoryReference factoryReference; 360internal PooledChannel(ChannelManager owner, ChannelFactoryReference factoryReference, EndpointAddress factoryKey, IChannel channel)