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