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