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::Contains Method (String^)
Returns a value that indicates whether a WebTestRequestHeader occurs in this collection.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- headerName
-
Type:
System::String^
The name of the WebTestRequestHeader to look for in this collection.
Return Value
Type: System::Booleantrue if the WebTestRequestHeader occurs in this collection; otherwise, false.
Show: