Partager via


SocketConnectionPoolSettingsElement.MaxOutboundConnectionsPerEndpoint Propriété

Définition

Obtient ou définit le nombre maximal de connexions à un point de terminaison distant initié par le service.

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

Valeur de propriété

Retourne le nombre maximal de connexions à un point de terminaison distant initié par le service. La valeur par défaut est de 10.

Attributs

S’applique à