13 instantiations of ChannelFactoryRef
System.ServiceModel (13)
System\ServiceModel\ClientBase.cs (13)
67
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(new ChannelFactory<TChannel>("*"));
87
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName));
110
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, endpointAddress));
132
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, remoteAddress));
160
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(new ChannelFactory<TChannel>(binding, remoteAddress));
180
channelFactoryRef = new
ChannelFactoryRef
<TChannel>(new ChannelFactory<TChannel>(endpoint));
195
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(
218
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(
244
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(
269
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(
299
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(
322
this.channelFactoryRef = new
ChannelFactoryRef
<TChannel>(
863
return new
ChannelFactoryRef
<TChannel>(channelFactory);
9 references to ChannelFactoryRef
System.ServiceModel (9)
System\ServiceModel\ChannelFactoryRefCache.cs (3)
61
class ChannelFactoryRefCache<TChannel> : MruCache<EndpointTrait<TChannel>,
ChannelFactoryRef
<TChannel>>
100
protected override void OnSingleItemRemoved(
ChannelFactoryRef
<TChannel> item)
114
protected override void OnItemAgedOutOfCache(
ChannelFactoryRef
<TChannel> item)
System\ServiceModel\ClientBase.cs (6)
23
ChannelFactoryRef
<TChannel> channelFactoryRef;
828
ChannelFactoryRef
<TChannel> factoryRef;
857
static
ChannelFactoryRef
<TChannel> CreateChannelFactoryRef(EndpointTrait<TChannel> endpointTrait)
885
ChannelFactoryRef
<TChannel> pendingFactoryRef = this.channelFactoryRef;
920
ChannelFactoryRef
<TChannel> cfRef;
947
ChannelFactoryRef
<TChannel> factoryRef;