4 references to DefaultMaxPendingAccepts
System.ServiceModel (4)
System\ServiceModel\Activation\Configuration\NetPipeSection.cs (2)
51[ConfigurationProperty(ConfigurationStrings.MaxPendingAccepts, DefaultValue = ListenerConstants.DefaultMaxPendingAccepts)] 59if (maxPendingAccepts != ListenerConstants.DefaultMaxPendingAccepts)
System\ServiceModel\Activation\Configuration\NetTcpSection.cs (2)
73[ConfigurationProperty(ConfigurationStrings.MaxPendingAccepts, DefaultValue = ListenerConstants.DefaultMaxPendingAccepts)] 81if (maxPendingAccepts != ListenerConstants.DefaultMaxPendingAccepts)