Click or drag to resize
HTTPHeadersCountOf Method
Returns the count of instances of the named header

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

Parameters

sHeaderName
Type: SystemString
Header name

Return Value

Type: Int32
Count of instances of the named header
See Also