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)
16
MsmqInputChannelListenerBase
listener;
19
public MsmqInputChannelBase(
MsmqInputChannelListenerBase
listener, IMsmqMessagePool messagePool)
System\ServiceModel\Channels\MsmqInputChannelListener.cs (1)
15
protected override IInputChannel CreateInputChannel(
MsmqInputChannelListenerBase
listener)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
48
protected abstract IInputChannel CreateInputChannel(
MsmqInputChannelListenerBase
listener);
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelListener.cs (1)
33
protected override IInputChannel CreateInputChannel(
MsmqInputChannelListenerBase
listener)