NetPipeSection::MaxPendingAccepts Property
.NET Framework (current version)
Gets or sets the maximum outstanding concurrent accepting threads on the listening endpoint for the sharing service.
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::Int32The maximum outstanding concurrent accepting threads on the listening endpoint for the sharing service. The default is 2.
.NET Framework
Available since 3.0
Available since 3.0
Show: