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