System::Net::Http::Headers::HttpHeaders::Remove method

HttpHeaders::Remove method

Tries to remove an item by the specified name.

bool System::Net::Http::Headers::HttpHeaders::Remove(String name)
ParameterTypeDescription
nameStringThe name of the header to remove.

ReturnValue

True when the item successfully removed, otherwise false.

See Also