HttpSysOptions.RequestQueueName 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.
The name of the Http.Sys request queue
The default is null
(Anonymous queue).
public:
property System::String ^ RequestQueueName { System::String ^ get(); void set(System::String ^ value); };
public string RequestQueueName { get; set; }
public string? RequestQueueName { get; set; }
member this.RequestQueueName : string with get, set
Public Property RequestQueueName As String