1 write to wsatProxy
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (1)
39
this.
wsatProxy
= new WsatProxy(this.wsatConfig, this.protocolVersion);
2 references to wsatProxy
System.ServiceModel (2)
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (2)
109
return new WsatTransactionInfo(this.
wsatProxy
, context, issuedToken);
116
return new WsatTransactionInfo(this.
wsatProxy
, context, issuedToken);