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