1 instantiation of MsmqInputChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqTransportBindingElement.cs (1)
160msmqListener = new MsmqInputChannelListener(this, context, receiveParameters);
5 references to MsmqInputChannelListener
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
61internal static Message DecodeTransportDatagram(MsmqInputChannelListener listener, MsmqReceiveHelper receiver, MsmqInputMessage msmqMessage, MsmqMessageProperty messageProperty)
System\ServiceModel\Channels\MsmqInputChannel.cs (3)
10public MsmqInputChannel(MsmqInputChannelListener listener) 16MsmqInputChannelListener listener = this.Manager as MsmqInputChannelListener;
System\ServiceModel\Channels\MsmqInputChannelListener.cs (1)
17return new MsmqInputChannel(listener as MsmqInputChannelListener);