3 references to RemoteActivationService
System.ServiceModel (3)
System\ServiceModel\Transactions\WsatProxy.cs (3)
175
EndpointAddress remoteActivationService = this.wsatConfig.
RemoteActivationService
(this.protocolVersion);
280
address = this.wsatConfig.
RemoteActivationService
(this.protocolVersion);
340
config.RemoteClientsEnabled = this.wsatConfig.
RemoteActivationService
(this.protocolVersion) != null;