1 instantiation of MsmqInputSessionChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqTransportBindingElement.cs (1)
164
msmqListener = new
MsmqInputSessionChannelListener
(this, context, receiveParameters);
3 references to MsmqInputSessionChannelListener
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (2)
171
MsmqInputSessionChannelListener
listener,
313
MsmqInputSessionChannelListener
listener,
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
27
public MsmqInputSessionChannel(
MsmqInputSessionChannelListener
listener, Transaction associatedTx, ReceiveContext sessiongramReceiveContext)