2 types derived from MsmqInputChannelListenerBase
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputChannelListener.cs (1)
7: MsmqInputChannelListenerBase
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelListener.cs (1)
11: MsmqInputChannelListenerBase
5 references to MsmqInputChannelListenerBase
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (2)
16MsmqInputChannelListenerBase listener; 19public MsmqInputChannelBase(MsmqInputChannelListenerBase listener, IMsmqMessagePool messagePool)
System\ServiceModel\Channels\MsmqInputChannelListener.cs (1)
15protected override IInputChannel CreateInputChannel(MsmqInputChannelListenerBase listener)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
48protected abstract IInputChannel CreateInputChannel(MsmqInputChannelListenerBase listener);
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelListener.cs (1)
33protected override IInputChannel CreateInputChannel(MsmqInputChannelListenerBase listener)