HTTPHeadersExistsAny Method |
Determines if the Headers collection contains any header from the specified list, with any value.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool ExistsAny(
IEnumerable<string> sHeaderNames
)
Public Function ExistsAny (
sHeaderNames As IEnumerable(Of String)
) As Boolean
public:
bool ExistsAny(
IEnumerable<String^>^ sHeaderNames
)
Parameters
- sHeaderNames
- Type: System.Collections.GenericIEnumerableString
Return Value
Type:
BooleanTrue, if any named header exists.
See Also