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::Remove Method (String^)

 

Removes the first occurrence of a header with the specified header name.

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

public:
bool Remove(
	String^ headerName
)

Parameters

headerName
Type: System::String^

The name of the WebTestRequestHeader to remove from this collection.

Return Value

Type: System::Boolean

true if a WebTestRequestHeader was removed; otherwise, false.

Remarks

Return to top
Show: