13 references to ChannelFactoryRef
System.ServiceModel (13)
System\ServiceModel\ClientBase.cs (13)
67this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>("*")); 87this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName)); 110this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, endpointAddress)); 132this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, remoteAddress)); 160this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(binding, remoteAddress)); 180channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpoint)); 195this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 218this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 244this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 269this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 299this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 322this.channelFactoryRef = new ChannelFactoryRef<TChannel>( 863return new ChannelFactoryRef<TChannel>(channelFactory);