Specifies the maximum length of the pending connections queue.

Namespace:  Rebex.Net.Servers.Core
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Property MaxPendingConnectionsQueueLength As Integer
	Get
	Set
C#
public int MaxPendingConnectionsQueueLength { get; set; }

Remarks

Default value is 16.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also