Compartilhar via


SocketConnectionPoolSettingsElement.MaxOutboundConnectionsPerEndpoint Propriedade

Definição

Obtém ou define o número máximo de conexões para um ponto de extremidade remoto iniciado pelo serviço.

[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 da propriedade

Retorna o número máximo de conexões com um ponto de extremidade remoto iniciado pelo serviço. O padrão é 10.

Atributos

Aplica-se a