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