1 write to messageId
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1662this.messageId = new UniqueId();
5 references to messageId
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
1452get { return this.messageId; } 1486if (this.messageId != null) 1488request.Headers.MessageId = this.messageId; 1657if (this.messageId != null) 1667if (this.messageId != null)