2 overrides of DecodeMsmqMessage
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputChannel.cs (1)
14
protected override Message
DecodeMsmqMessage
(MsmqInputMessage msmqMessage, MsmqMessageProperty messageProperty)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputChannel.cs (1)
16
protected override Message
DecodeMsmqMessage
(MsmqInputMessage msmqMessage, MsmqMessageProperty property)
2 references to DecodeMsmqMessage
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (2)
169
message =
DecodeMsmqMessage
(msmqMessage, property);
237
message =
DecodeMsmqMessage
(msmqMessage, property);