Share via


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 Platform::String ^ ReasonPhrase { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ReasonPhrase();

void ReasonPhrase(winrt::hstring value);
public string ReasonPhrase { get; set; }
var string = httpResponseMessage.reasonPhrase;
httpResponseMessage.reasonPhrase = string;
Public Property ReasonPhrase As String

Valor de propiedad

String

Platform::String

winrt::hstring

La frase de motivo enviada por el servidor.

Se aplica a