<PackageReference Include="System.ServiceModel.Primitives" Version="6.1.0" />

System.ServiceModel.Dispatcher.EndpointDispatcher

public class EndpointDispatcher
namespace System.ServiceModel.Dispatcher { public class EndpointDispatcher { public ChannelDispatcher ChannelDispatcher { get; } public string ContractName { get; } public string ContractNamespace { get; } public DispatchRuntime DispatchRuntime { get; } public EndpointAddress EndpointAddress { get; } public int FilterPriority { get; set; } public EndpointDispatcher(); } }