HttpSysOptions.RequestQueueMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if this server instance is responsible for creating and configuring the request queue, of if it should attach to an existing queue. The default is to 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