10 references to TransportType
SMSvcHost (10)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (2)
72(TransportType == TransportType.Tcp && !SMSvcHost.IsTcpActivationPaused 73|| TransportType == TransportType.NamedPipe && !SMSvcHost.IsNamedPipeActivationPaused) &&
System\ServiceModel\Activation\MessageQueue.cs (6)
71return TransportType != TransportType.Tcp || 102if (messageQueue.TransportType == transportType) 582if (this.TransportType == TransportType.Tcp) 594if (this.TransportType == TransportType.Tcp) 606if (this.TransportType == TransportType.Tcp) 618if (this.TransportType == TransportType.Tcp)
System\ServiceModel\Activation\RoutingTable.cs (2)
186if (messageQueue.TransportType == TransportType.Tcp) 208if (messageQueue.TransportType == TransportType.Tcp)