1 write to listenerChannelContext
System.ServiceModel.WasHosting (1)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (1)
80
listenerChannelContext
= ListenerChannelContext.Hydrate(listenerChannelData);
6 references to listenerChannelContext
System.ServiceModel.WasHosting (6)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (2)
100
listenerChannelContext
.AppKey,
123
if (listenerChannelId !=
listenerChannelContext
.ListenerChannelId)
System\ServiceModel\WasHosting\NamedPipeAppDomainProtocolHandler.cs (2)
27
transportManager.Start(
listenerChannelContext
.ListenerChannelId,
listenerChannelContext
.Token, OnMessageReceived);
System\ServiceModel\WasHosting\TcpAppDomainProtocolHandler.cs (2)
31
transportManager.Start(
listenerChannelContext
.ListenerChannelId,
listenerChannelContext
.Token, OnMessageReceived);