NetTcpSection::MaxPendingConnections Property
.NET Framework (current version)
Gets or sets the maximum number of pending connections for this sharing service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("maxPendingConnections", DefaultValue = 100)] [IntegerValidatorAttribute(MinValue = 0)] property int MaxPendingConnections { int get(); void set(int value); }
Property Value
Type: System::Int32The maximum number of pending connections for this sharing service.
The default value is 100.
.NET Framework
Available since 3.0
Available since 3.0
Show: