4 references to DuplexChannelFactory
System.ServiceModel (4)
System\ServiceModel\ClientBase.cs (2)
196new DuplexChannelFactory<TChannel>(callbackInstance, "*")); 219new DuplexChannelFactory<TChannel>(callbackInstance, endpointConfigurationName));
System\ServiceModel\ConfigurationEndpointTrait.cs (1)
82return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.endpointConfigurationName);
System\ServiceModel\DuplexChannelFactory.cs (1)
289DuplexChannelFactory<TChannel> channelFactory = new DuplexChannelFactory<TChannel>(callbackInstance, endpointConfigurationName);