5 references to DuplexChannelFactory
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1065this.channelFactory = new DuplexChannelFactory<IPeerProxy>(instanceContext, binding, meshEprBuilder.ToEndpointAddress());
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
603ChannelFactory<IConnectionRegisterAsync> registerChannelFactory = new DuplexChannelFactory<IConnectionRegisterAsync>(instanceContext,
System\ServiceModel\ClientBase.cs (1)
300new DuplexChannelFactory<TChannel>(callbackInstance, binding, remoteAddress));
System\ServiceModel\DuplexChannelFactory.cs (1)
297DuplexChannelFactory<TChannel> channelFactory = new DuplexChannelFactory<TChannel>(callbackInstance, binding, endpointAddress);
System\ServiceModel\ProgrammaticEndpointTrait.cs (1)
77return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.binding, this.remoteAddress);