System::Net::Http::Headers::HttpRequestHeaders::set_Host method

HttpRequestHeaders::set_Host method

Sets a value of the ‘Host’ header.

void System::Net::Http::Headers::HttpRequestHeaders::set_Host(String value)
ParameterTypeDescription
valueStringThe value that must be set.

See Also