NetTcpSection::MaxPendingAccepts Property

 

Gets or sets the maximum outstanding concurrent accepting threads on the listening endpoint for the sharing service.

Namespace:   System.ServiceModel.Activation.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("maxPendingAccepts", DefaultValue = 0)]
[IntegerValidatorAttribute(MinValue = 0)]
property int MaxPendingAccepts {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The maximum outstanding concurrent accepting threads on the listening endpoint for the sharing service. The default is 2.

.NET Framework
Available since 3.0
Return to top
Show: