Share via


HttpListenerTimeoutManager.RequestQueue Proprietà

Definizione

Ottiene o imposta il tempo consentito alla richiesta per rimanere in coda prima che sia selezionata dall'oggetto HttpListener.

public:
 property TimeSpan RequestQueue { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan RequestQueue { get; [System.Runtime.Versioning.SupportedOSPlatform("windows")] set; }
public TimeSpan RequestQueue { get; set; }
[<set: System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.RequestQueue : TimeSpan with get, set
member this.RequestQueue : TimeSpan with get, set
Public Property RequestQueue As TimeSpan

Valore della proprietà

Tempo consentito per la richiesta di rimanere nella coda delle richieste prima che HttpListener venga prelevato.

Attributi

Commenti

Il valore predefinito per questa proprietà è 2 minuti.

Si applica a