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