<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-rc.23205.4" />

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(); } }