6 references to ChannelFactory
System.ServiceModel (5)
System\ServiceModel\ChannelFactory.cs (1)
560: this(endpointConfigurationName, null)
System\ServiceModel\ClientBase.cs (2)
110this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, endpointAddress)); 132this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName, remoteAddress));
System\ServiceModel\ConfigurationEndpointTrait.cs (1)
89return new ChannelFactory<TChannel>(this.endpointConfigurationName, this.remoteAddress);
System\ServiceModel\Security\WSTrustChannelFactory.cs (1)
120: base(endpointConfigurationName, remoteAddress)
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebChannelFactory.cs (1)
59: base(endpointConfigurationName, (remoteAddress != null) ? new EndpointAddress(remoteAddress) : null)