Where to find the old EndpointListeners???

I can't seem to find the EndpointListeners from the January CTP

foreach (EndpointListener l in sHost.EndpointListeners)


Answer this question

Where to find the old EndpointListeners???

  • Ralph Rivas

    use

    foreach (ChannelDispatcher c in sHost.ChannelDispatchers)

    c.Listener .....


  • Where to find the old EndpointListeners???