Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
void Add(
	String^ name,
	String^ value
)

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.

Return to top
Show: