Click or drag to resize
HTTPHeadersExistsAny Method
Determines if the Headers collection contains any header from the specified list, with any value.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool ExistsAny(
	IEnumerable<string> sHeaderNames
)

Parameters

sHeaderNames
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Boolean
True, if any named header exists.
See Also