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