1 write to tcpData
SMSvcHost (1)
System\ServiceModel\Activation\ListenerConfig.cs (1)
61tcpData = new NetTcpSectionData();
8 references to tcpData
SMSvcHost (8)
System\ServiceModel\Activation\ListenerConfig.cs (8)
55if (tcpData == null) 59if (tcpData == null) 69SR.GetString(SR.TraceCodeReadNetTcpConfig, tcpData.ListenBacklog, tcpData.MaxPendingConnections, 70tcpData.MaxPendingAccepts, tcpData.ReceiveTimeout, tcpData.TeredoEnabled), null); 101return tcpData;