3 references to DuplexChannelFactory
System.ServiceModel (3)
System\ServiceModel\ClientBase.cs (2)
245new DuplexChannelFactory<TChannel>(callbackInstance, endpointConfigurationName, endpointAddress)); 270new DuplexChannelFactory<TChannel>(callbackInstance, endpointConfigurationName, remoteAddress));
System\ServiceModel\ConfigurationEndpointTrait.cs (1)
79return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.endpointConfigurationName, this.remoteAddress);