set_ReasonPhrase()

HttpResponseMessage::set_ReasonPhrase(String) method

Sets the Reason-Phrase that is sent by servers together with the status code.

void System::Net::Http::HttpResponseMessage::set_ReasonPhrase(String value)

Arguments

ParameterTypeDescription
valueStringThe value that will be set.

See Also