1 write to transportActivationService
SMSvcHost (1)
System\ServiceModel\Activation\MsmqActivation.cs (1)
44
this.
transportActivationService
= new ActivationService(this, MsmqUri.NetMsmqAddressTranslator.Scheme);
3 references to transportActivationService
SMSvcHost (3)
System\ServiceModel\Activation\MsmqActivation.cs (3)
97
this.
transportActivationService
.Paused = false;
108
this.
transportActivationService
.Paused = true;
135
this.transportListenerAdapter = new ListenerAdapter(this.
transportActivationService
);