System::Net::Http::Headers::HttpHeaderValueCollection< System::String >::Remove method

String >::Remove method

Deletes element from collection.

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

ReturnValue

True if element was found and removed, false otherwise.

See Also