Click or drag to resize
UtilitiesIsBrowserProcessName Method
For a given process name, returns a bool indicating whether this is a known browser process name.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool IsBrowserProcessName(
	string sProcessName
)

Parameters

sProcessName
Type: SystemString
The Process name (e.g. "abrowser.exe")

Return Value

Type: Boolean
Returns true if the process name starts with a common browser process name (e.g. ie, firefox, etc)
See Also