3 references to ListenerAdapter
SMSvcHost (3)
System\ServiceModel\Activation\ActivationService.cs (1)
115
listenerAdapter = new
ListenerAdapter
(this);
System\ServiceModel\Activation\MsmqActivation.cs (2)
134
this.integrationListenerAdapter = new
ListenerAdapter
(this.integrationActivationService);
135
this.transportListenerAdapter = new
ListenerAdapter
(this.transportActivationService);