System::Net::Http::HttpResponseMessage::set_ReasonPhrase method

HttpResponseMessage::set_ReasonPhrase method

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

void System::Net::Http::HttpResponseMessage::set_ReasonPhrase(String value)
ParameterTypeDescription
valueStringThe value that will be set.

See Also