2 references to WsatRegistrationHeader
System.ServiceModel (2)
System\ServiceModel\Transactions\WsatRegistrationHeader.cs (1)
196
return new
WsatRegistrationHeader
(transactionId, contextId, tokenId);
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (1)
204
AddressHeader refParam = new
WsatRegistrationHeader
(transactionId, nonNativeContextId, tokenId);