Partager via


HttpResponseMessageProperty.StatusDescription Propriété

Définition

Obtient ou définit la description du code d'état de la réponse HTTP actuelle à laquelle cette propriété est jointe.

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

Valeur de propriété

Retourne la StatusDescription à envoyer pour la réponse HTTP.

Exemples

Cet exemple montre comment obtenir la description du code d'état de la réponse HTTP actuelle à laquelle cette propriété est jointe :

string statusDescription =
responseProperty.StatusDescription;

Remarques

Cette propriété fournit une description conviviale du code d'état retourné.

S’applique à