System::Net::Http::Headers::HttpHeaderValueCollection::Remove method

HttpHeaderValueCollection::Remove method

Deletes element from collection.

bool System::Net::Http::Headers::HttpHeaderValueCollection<T>::Remove(const T &item) override
ParameterTypeDescription
itemconst T&Item to remove.

ReturnValue

True if element was found and removed, false otherwise.

See Also