Compartir a través de


SocketConnectionPoolSettingsElement.MaxOutboundConnectionsPerEndpoint Propiedad

Definición

Obtiene o establece el número máximo de conexiones a un extremo remoto que inicia el servicio.

[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

Valor de propiedad

Devuelve el número máximo de conexiones a un punto de conexión remoto iniciado por el servicio. El valor predeterminado es 10.

Atributos

Se aplica a