System::Net::Http::Headers::HttpHeaders::RemoveParsedValue method

HttpHeaders::RemoveParsedValue method

Gets a header by the specified name and removes a parsed value from the header.

bool System::Net::Http::Headers::HttpHeaders::RemoveParsedValue(String name, System::SharedPtr<Object> value)
ParameterTypeDescription
nameStringThe header name.
valueSystem::SharedPtr<Object>The value that must be removed.

ReturnValue

True when the value was successfully removed, otherwise false.

See Also