Udostępnij za pośrednictwem


HttpListenerTimeoutManager.RequestQueue Właściwość

Definicja

Pobiera lub ustawia dozwolony czas, przez który żądanie pozostanie w kolejce żądań przed jego odebraniem 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

Wartość właściwości

Czas dozwolony na pozostanie żądania w kolejce żądań przed jego odebraniem HttpListener .

Atrybuty

Uwagi

Wartość domyślna tej właściwości to 2 minuty.

Dotyczy