1 write to wsatConfig
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (1)
38
this.
wsatConfig
= new WsatConfiguration();
5 references to wsatConfig
System.ServiceModel (5)
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (5)
39
this.wsatProxy = new WsatProxy(this.
wsatConfig
, this.protocolVersion);
179
context.Expires = (uint)TimeoutHelper.ToMilliseconds(this.
wsatConfig
.MaxTimeout);
190
if (!this.
wsatConfig
.IssuedTokensEnabled)
205
context.RegistrationService =
wsatConfig
.CreateRegistrationService(refParam, this.protocolVersion);
209
if (this.
wsatConfig
.OleTxUpgradeEnabled)