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