2 references to DuplexChannelFactory
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
65
_channelFactory = new
DuplexChannelFactory
<TChannel>(callbackInstance, binding, remoteAddress);
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (1)
289
DuplexChannelFactory<TChannel> channelFactory = new
DuplexChannelFactory
<TChannel>(callbackInstance, binding, endpointAddress);