HttpResponseMessage.ReasonPhrase Propiedad

Definición

Obtiene o establece la frase de motivo que suelen enviar los servidores junto con el código de estado.

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

Valor de propiedad

La frase de motivo enviada por el servidor.

Se aplica a