13 references to 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);