WebTestRequestHeaderCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes the first occurrence of a header with the specified header name.
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(String) | Removes the first occurrence of a header with the specified header name. | |
Remove(UTP) | Removes the first occurrence of a specific object from the Collection. (Inherited from Collection<WebTestRequestHeader>.) |
Top