Partager via


ConnectionOrientedTransportElement.MaxPendingConnections Propriété

Définition

Obtient ou définit le nombre maximal de connexions en attente.

[System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=10)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingConnections { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=10)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

Valeur de propriété

Nombre maximal de connexions en attente.

Attributs

S’applique à