2 references to DuplexChannelFactory
System.ServiceModel (2)
System\ServiceModel\ClientBase.cs (1)
323new DuplexChannelFactory<TChannel>(callbackInstance, endpoint));
System\ServiceModel\ServiceEndpointTrait.cs (1)
64return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.endpoint);