Compartilhar via


NetEventRelayBindingElement.ListenBacklog Propriedade

Definição

Obtém ou define o número máximo de solicitações de conexão na fila que podem estar pendentes.

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

Valor da propriedade

Retorna o número máximo de solicitações de conexão enfileiradas que podem estar pendentes. O padrão é 10.

Atributos

Aplica-se a