System.ServiceModel.Dispatcher.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();
}
}