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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- headerName
-
Type:
System::String^
The name of the WebTestRequestHeader to remove from this collection.
Return Value
Type: System::Booleantrue if a WebTestRequestHeader was removed; otherwise, false.
Remarks
Show: