NetTcpSection::MaxPendingConnections Property

 

Gets or sets the maximum number of pending connections for this sharing service.

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

The maximum number of pending connections for this sharing service.

The default value is 100.

.NET Framework
Available since 3.0
Return to top
Show: