HttpResponseFeature.ReasonPhrase Propriété

Définition

Obtient ou définit l’expression de raison définie dans la section 4 de la RFC 9112. Notez que ce champ n’est plus pris en charge par HTTP/2.

public:
 property System::String ^ ReasonPhrase { System::String ^ get(); void set(System::String ^ value); };
public string ReasonPhrase { get; set; }
public string? ReasonPhrase { get; set; }
member this.ReasonPhrase : string with get, set
Public Property ReasonPhrase As String

Valeur de propriété

Implémente

S’applique à