2 implementations of ListenerChannelContext
SMSvcHost (2)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
52public ListenerChannelContext ListenerChannelContext { get { return listenerChannelContext; } }
System\ServiceModel\Activation\MsmqActivation.cs (1)
340public ListenerChannelContext ListenerChannelContext
5 references to ListenerChannelContext
SMSvcHost (5)
System\ServiceModel\Activation\ListenerAdapter.cs (5)
182int hresult = CloseAllListenerChannelInstances(app.AppPool.AppPoolId, app.MessageQueue.ListenerChannelContext.ListenerChannelId); 850byte[] queueBlob = queue.ListenerChannelContext.Dehydrate(); 851Debug.Print("ListenerAdapter[" + ProtocolName + "]::ListenerAdapter.OpenListenerChannelInstance(appPoolId:" + queue.App.AppPool.AppPoolId + " appKey:" + queue.ListenerChannelContext.AppKey + " queueId:" + queue.ListenerChannelContext.ListenerChannelId + ")"); 852int hresult = OpenListenerChannelInstance(queue.App.AppPool.AppPoolId, queue.ListenerChannelContext.ListenerChannelId, queueBlob);