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