NetTcpSection::ListenBacklog Property
.NET Framework (current version)
Gets or sets the maximum outstanding connections that are accepted from the shared connection, but are not yet dispatched to WCF services.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("listenBacklog", DefaultValue = 0)] [IntegerValidatorAttribute(MinValue = 0)] property int ListenBacklog { int get(); void set(int value); }
Property Value
Type: System::Int32The maximum outstanding connections that are accepted from the shared connection, but are not yet dispatched to WCF. The default is 10.
.NET Framework
Available since 3.0
Available since 3.0
Show: