Freigeben über


HttpSysOptions.RequestQueueMode Eigenschaft

Definition

Hiermit wird angegeben, ob der Server für die Erstellung und Konfiguration der Anforderungswarteschlange verantwortlich ist oder ob ein Anfügen an eine bestehende Warteschlange erfolgen soll. Die meisten vorhandenen Konfigurationsoptionen gelten beim Anfügen an eine vorhandene Warteschlange nicht. Der Standardwert ist RequestQueueMode.Create.

public:
 property Microsoft::AspNetCore::Server::HttpSys::RequestQueueMode RequestQueueMode { Microsoft::AspNetCore::Server::HttpSys::RequestQueueMode get(); void set(Microsoft::AspNetCore::Server::HttpSys::RequestQueueMode value); };
public Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode RequestQueueMode { get; set; }
member this.RequestQueueMode : Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode with get, set
Public Property RequestQueueMode As RequestQueueMode

Eigenschaftswert

Gilt für: