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