Click or drag to resize
HTTPHeadersRemoveRange Method
Removes all headers from the header collection which have the specified names.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void RemoveRange(
	string[] arrToRemove
)

Parameters

arrToRemove
Type: SystemString
See Also