1 write to tokenId
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatRegistrationHeader.cs (1)
31
this.
tokenId
= tokenId;
3 references to tokenId
System.ServiceModel (3)
System\ServiceModel\Transactions\WsatRegistrationHeader.cs (3)
56
get { return this.
tokenId
; }
83
if (this.
tokenId
!= null)
88
writer.WriteValue(this.
tokenId
);