WebTestRequestHeaderCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a WebTestRequestHeaderCollection created from a parameter name and value.
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 | |
---|---|---|
Add(T) | Adds an object to the end of the Collection<T>. (Inherited from Collection<WebTestRequestHeader>.) | |
Add(String, String) | Adds a WebTestRequestHeaderCollection created from a parameter name and value. |
Top