System::Net::Http::Headers::HttpRequestHeaders::AddHeaders method

HttpRequestHeaders::AddHeaders method

Concatenates the specified HttpHeaders-class instance with the current one.

void System::Net::Http::Headers::HttpRequestHeaders::AddHeaders(System::SharedPtr<HttpHeaders> sourceHeaders) override
ParameterTypeDescription
sourceHeadersSystem::SharedPtr<HttpHeaders>The HttpHeaders-class instance from which headers will be added.

See Also