System.ServiceModel.DuplexClientBase<TChannel>
namespace System.ServiceModel
{
public abstract class DuplexClientBase<TChannel> : ClientBase<TChannel> where TChannel : class
{
protected DuplexClientBase(InstanceContext callbackInstance);
protected DuplexClientBase(InstanceContext callbackInstance, Binding binding, EndpointAddress remoteAddress);
}
}