System.ServiceModel.Dispatcher.EndpointDispatcherTable
class EndpointDispatcherTable
namespace System.ServiceModel.Dispatcher
{
internal class EndpointDispatcherTable
{
public EndpointDispatcherTable(object thisLock);
public void AddEndpoint(EndpointDispatcher endpoint);
public void RemoveEndpoint(EndpointDispatcher endpoint);
public EndpointDispatcher Lookup(Message message, out bool addressMatched);
}
}