Remove()

HttpHeaderValueCollection< System::String >::Remove(const String&) method

Deletes element from collection.

bool System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::Remove(const String &item) override

Arguments

ParameterTypeDescription
itemconst String&Item to remove.

Return Value

True if element was found and removed, false otherwise.

See Also