1 implementation of IAdphManager
System.Web (1)
Hosting\ProcessHost.cs (1)
277IAdphManager, // process protocol handlers manager
3 references to IAdphManager
System.ServiceModel.WasHosting (2)
System\ServiceModel\WasHosting\BaseProcessProtocolHandler.cs (2)
21IAdphManager adphManager; 42public override void StartListenerChannel(IListenerChannelCallback listenerChannelCallback, IAdphManager adphManager)
System.Web (1)
Hosting\ProcessProtocolHandler.cs (1)
23public abstract void StartListenerChannel(IListenerChannelCallback listenerChannelCallback, IAdphManager AdphManager);