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