AddKnownHeaders()

HttpContentHeaders::AddKnownHeaders(System::SharedPtr<Collections::Generic::HashSet<String>>) method

Adds the known headers to the specified collection.

static void System::Net::Http::Headers::HttpContentHeaders::AddKnownHeaders(System::SharedPtr<Collections::Generic::HashSet<String>> headerSet)

Arguments

ParameterTypeDescription
headerSetSystem::SharedPtr<Collections::Generic::HashSet<String>>A collection to which the known headers will be added.

See Also