17 references to ListenerConfig
SMSvcHost (17)
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (1)
37if (ListenerConfig.PerformanceCountersEnabled)
System\ServiceModel\Activation\MessageQueue.cs (2)
422maxQueueSize = ListenerConfig.NetTcp.MaxPendingConnections; 432maxQueueSize = ListenerConfig.NetPipe.MaxPendingConnections;
System\ServiceModel\Activation\NamedPipeActivation.cs (1)
54ListenerConfig.EnsureInitializedForNetPipe();
System\ServiceModel\Activation\SharingService.cs (4)
48namedPipeBindingElement.AllowedUsers = ListenerConfig.GetAllowAccounts(transportType); 100Utility.AddRightGrantedToAccounts(ListenerConfig.GetAllowAccounts(this.transportType), 103Utility.AddRightGrantedToAccounts(ListenerConfig.GetAllowAccounts(this.transportType), 170ListenerConfig.GetAllowAccounts(this.transportType));
System\ServiceModel\Activation\SocketSettings.cs (2)
25return ListenerConfig.NetTcp.TeredoEnabled; 33return ListenerConfig.NetTcp.ListenBacklog;
System\ServiceModel\Activation\TcpPortSharing.cs (1)
80ListenerConfig.EnsureInitializedForNetTcp();
System\ServiceModel\Activation\TransportListener.cs (6)
124ListenerConfig.NetTcp.MaxPendingAccepts, 125ListenerConfig.NetTcp.MaxPendingConnections, 126ListenerConfig.NetTcp.ReceiveTimeout, 133ListenerConfig.NetPipe.MaxPendingAccepts, 134ListenerConfig.NetPipe.MaxPendingConnections, 135ListenerConfig.NetPipe.ReceiveTimeout,