NetTcpBindingElement::ListenBacklog Property
.NET Framework (current version)
Gets or sets a value that specifies the maximum number of channels that can wait to be accepted on the listener.
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 number of channels that can wait to be accepted on the listener. The default is 10.
Connections in excess of this limit are queued until space below the limit becomes available.
.NET Framework
Available since 3.0
Available since 3.0
Show: