TcpRelayTransportElement.ListenBacklog Property

Definition

Gets or sets an XML value containing the maximum number of queued connection requests that can be pending.

[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

Property Value

Returns the maximum number of queued connection requests that can be pending. The default is 10.

Attributes

Applies to