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