HttpSysOptions.RequestQueueMode Property

Definition

This indicates whether the server is responsible for creating and configuring the request queue, or if it should attach to an existing queue. Most existing configuration options do not apply when attaching to an existing queue. The default is 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

Property Value

Applies to