1 write to transportManager
System.ServiceModel.WasHosting (1)
System\ServiceModel\WasHosting\NamedPipeAppDomainProtocolHandler.cs (1)
26
transportManager
= configuration.TransportManager as HostedNamedPipeTransportManager;
3 references to transportManager
System.ServiceModel.WasHosting (3)
System\ServiceModel\WasHosting\NamedPipeAppDomainProtocolHandler.cs (3)
27
transportManager
.Start(listenerChannelContext.ListenerChannelId, listenerChannelContext.Token, OnMessageReceived);
32
if (
transportManager
!= null)
34
transportManager
.Stop(DefaultStopTimeout);