HeaderDictionary.Remove Method
Include Protected Members
Include Inherited Members
.NET Framework 4.5
Removes an object from the dictionary.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Remove(KeyValuePair<String, String>) | Removes a specific key/ value pair item from the dictionary. | |
Remove(String) | Removes a specific key from the dictionary. |
Top