System.ServiceModel.Channels.IChannelFactory<TChannel>
namespace System.ServiceModel.Channels
{
public interface IChannelFactory<TChannel> : IChannelFactory, ICommunicationObject
{
TChannel CreateChannel(EndpointAddress to);
TChannel CreateChannel(EndpointAddress to, Uri via);
}
}