1 instantiation of MsmqIntegrationChannelListener
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationBindingElement.cs (1)
122
MsmqIntegrationChannelListener listener = new
MsmqIntegrationChannelListener
(this, context, receiveParameters);
7 references to MsmqIntegrationChannelListener
System.ServiceModel (7)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (3)
356
internal static Message DecodeIntegrationDatagram(
MsmqIntegrationChannelListener
listener, MsmqReceiveHelper receiver, MsmqIntegrationInputMessage msmqMessage, MsmqMessageProperty messageProperty)
414
static object DeserializeForIntegration(
MsmqIntegrationChannelListener
listener, Stream bodyStream, MsmqIntegrationMessageProperty property, long lookupId)
441
static object XmlDeserializeForIntegration(
MsmqIntegrationChannelListener
listener, Stream stream, long lookupId)
System\ServiceModel\MsmqIntegration\MsmqIntegrationBindingElement.cs (1)
122
MsmqIntegrationChannelListener
listener = new MsmqIntegrationChannelListener(this, context, receiveParameters);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputChannel.cs (3)
12
public MsmqIntegrationInputChannel(
MsmqIntegrationChannelListener
listener)
18
MsmqIntegrationChannelListener
listener = this.Manager as
MsmqIntegrationChannelListener
;