1 write to wsatConfig
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatProxy.cs (1)
38this.wsatConfig = wsatConfig;
10 references to wsatConfig
System.ServiceModel (10)
System\ServiceModel\Transactions\WsatProxy.cs (10)
52if (wsatConfig.OleTxUpgradeEnabled) 78if (!this.wsatConfig.IsLocalRegistrationService(localContext.RegistrationService, this.protocolVersion)) 81if (!this.wsatConfig.IsProtocolServiceEnabled(this.protocolVersion)) 88if (!this.wsatConfig.InboundEnabled) 95if (this.wsatConfig.IsDisabledRegistrationService(localContext.RegistrationService)) 174EndpointAddress localActivationService = this.wsatConfig.LocalActivationService(this.protocolVersion); 175EndpointAddress remoteActivationService = this.wsatConfig.RemoteActivationService(this.protocolVersion); 276address = this.wsatConfig.LocalActivationService(this.protocolVersion); 280address = this.wsatConfig.RemoteActivationService(this.protocolVersion); 340config.RemoteClientsEnabled = this.wsatConfig.RemoteActivationService(this.protocolVersion) != null;