4 references to MsmqDecodeHelper
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqInputChannel.cs (1)
17
return
MsmqDecodeHelper
.DecodeTransportDatagram(listener, this.MsmqReceiveHelper, msmqMessage, messageProperty);
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (2)
91
return
MsmqDecodeHelper
.DecodeTransportSessiongram(this, msmqMessage, property, this.receiveContextManager);
166
return
MsmqDecodeHelper
.DecodeTransportSessiongram(this, msmqMessage, property, this.receiveContextManager);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputChannel.cs (1)
19
return
MsmqDecodeHelper
.DecodeIntegrationDatagram(listener, this.MsmqReceiveHelper, msmqMessage as MsmqIntegrationInputMessage, property);