The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestRequestHeaderCollection::Add Method (String^, String^)
Adds a WebTestRequestHeaderCollection created from a parameter name and value.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- name
-
Type:
System::String^
The name of the WebTestRequestHeader to be created and then added to the collection.
- value
-
Type:
System::String^
The value of the WebTestRequestHeader to be created and then added to the collection.
Show: