5 references to ListenBacklogConst
System.ServiceModel (5)
System\ServiceModel\Activation\ListenerConstants.cs (1)
13public const int DefaultListenBacklog = TcpTransportDefaults.ListenBacklogConst;
System\ServiceModel\Configuration\NetTcpBindingElement.cs (2)
64[ConfigurationProperty(ConfigurationStrings.ListenBacklog, DefaultValue = TcpTransportDefaults.ListenBacklogConst)] 165if (this.ListenBacklog != TcpTransportDefaults.ListenBacklogConst)
System\ServiceModel\Configuration\TcpTransportElement.cs (2)
25if (this.ListenBacklog != TcpTransportDefaults.ListenBacklogConst) 75[ConfigurationProperty(ConfigurationStrings.ListenBacklog, DefaultValue = TcpTransportDefaults.ListenBacklogConst)]