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