1 write to transportManager
System.ServiceModel.WasHosting (1)
System\ServiceModel\WasHosting\TcpAppDomainProtocolHandler.cs (1)
28transportManager = configuration.TransportManager as HostedTcpTransportManager;
3 references to transportManager
System.ServiceModel.WasHosting (3)
System\ServiceModel\WasHosting\TcpAppDomainProtocolHandler.cs (3)
31transportManager.Start(listenerChannelContext.ListenerChannelId, listenerChannelContext.Token, OnMessageReceived); 37if (transportManager != null) 41transportManager.Stop(DefaultStopTimeout);