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