2 overrides of CreateInputChannel
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputChannelListener.cs (1)
15protected override IInputChannel CreateInputChannel(MsmqInputChannelListenerBase listener)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelListener.cs (1)
33protected override IInputChannel CreateInputChannel(MsmqInputChannelListenerBase listener)
1 reference to CreateInputChannel
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
29IInputChannel inputChannel = CreateInputChannel(this);