20 references to Tcp
SMSvcHost (20)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
72(TransportType == TransportType.Tcp && !SMSvcHost.IsTcpActivationPaused
System\ServiceModel\Activation\DupHandleConnectionReader.cs (1)
45if (transportType == TransportType.Tcp)
System\ServiceModel\Activation\ListenerConfig.cs (1)
125if (transportType == TransportType.Tcp)
System\ServiceModel\Activation\ListenerConnectionDemuxer.cs (1)
95if (transportType == TransportType.Tcp)
System\ServiceModel\Activation\MessageQueue.cs (8)
71return TransportType != TransportType.Tcp || 379if (transportType == TransportType.Tcp) 423transportType = TransportType.Tcp; 427if (transportType == TransportType.Tcp) 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)
System\ServiceModel\Activation\SharingService.cs (1)
119if (transportType == TransportType.Tcp)
System\ServiceModel\Activation\TcpPortSharing.cs (1)
126: base(TransportType.Tcp, ListenerConstants.TcpPortSharingServiceName, ListenerConstants.TcpSharedMemoryName)
System\ServiceModel\Activation\TcpWorkerProcess.cs (1)
75return TransportType.Tcp;
System\ServiceModel\Activation\TransportListener.cs (3)
41transportType = TransportType.Tcp; 120if (transportType == TransportType.Tcp) 224transportType = TransportType.Tcp;