Programming Reference Manual
 
Syntax
 
object.Clear
 
Description
Remove all the objects from the collection.
 
Part
Description
object
Evaluates to a HttpHeaderFields object.
 

Remarks

This method takes linear (O(n)) time, where n is the number of items stored.
 
See Also