NetTcpSection::ListenBacklog Property

 

Gets or sets the maximum outstanding connections that are accepted from the shared connection, but are not yet dispatched to WCF services.

Namespace:   System.ServiceModel.Activation.Configuration
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::Int32

The 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
Return to top
Show: