HttpSysOptions.RequestQueueName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Nom de la file d’attente de requêtes Http.Sys La valeur par défaut est null
(file d’attente anonyme).
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