Click or drag to resize
HTTPHeadersExists Method
Determines if the Headers collection contains a header of the specified name, with any value.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool Exists(
	string sHeaderName
)

Parameters

sHeaderName
Type: SystemString
The name of the header to check. (case insensitive)

Return Value

Type: Boolean
True, if the header exists.
See Also