7 references to MsmqMessageId
System.ServiceModel (7)
System\ServiceModel\Channels\MsmqDiagnostics.cs (2)
438
dictionary["MSMQMessageId"] =
MsmqMessageId
.ToString(messageId.Buffer);
456
dictionary["MSMQMessageId"] =
MsmqMessageId
.ToString(messageId.Buffer);
System\ServiceModel\Channels\MsmqMessageProperty.cs (1)
26
this.messageId =
MsmqMessageId
.ToString(msmqMessage.MessageId.Buffer);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
94
property.CorrelationId =
MsmqMessageId
.ToString(this.correlationId.Buffer);
97
property.Id =
MsmqMessageId
.ToString(this.MessageId.Buffer);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
173
property.Id =
MsmqMessageId
.ToString(msmqMessage.MessageId.Buffer);
227
this.correlationId = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_CORRELATIONID,
MsmqMessageId
.FromString(property.CorrelationId));