HeaderCollection.Remove

HeaderCollection.Remove method

Removes the header from collection by a given header name.

public bool Remove(string item)
ParameterTypeDescription
itemStringThe header name.

Return Value

true if item was successfully removed from the collection.

See Also