Condividi tramite


HttpListenerTimeoutsElement.RequestQueue Proprietà

Definizione

Ottiene il tempo di attesa, in secondi, consentito alla richiesta per rimanere in coda prima che sia selezionata dall'oggetto HttpListener.

public:
 property TimeSpan RequestQueue { TimeSpan get(); };
[System.Configuration.ConfigurationProperty("requestQueue", DefaultValue=0, IsRequired=false)]
public TimeSpan RequestQueue { get; }
[<System.Configuration.ConfigurationProperty("requestQueue", DefaultValue=0, IsRequired=false)>]
member this.RequestQueue : TimeSpan
Public ReadOnly Property RequestQueue As TimeSpan

Valore della proprietà

Tempo di attesa, in secondi, consentito alla richiesta per rimanere in coda prima che sia selezionata dall'oggetto HttpListener.

Attributi

Si applica a

Vedi anche