UtilitiesIsBrowserProcessName Method |
For a given process name, returns a bool indicating whether this is a known browser process name.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool IsBrowserProcessName(
string sProcessName
)
Public Shared Function IsBrowserProcessName (
sProcessName As String
) As Boolean
public:
static bool IsBrowserProcessName(
String^ sProcessName
)
Parameters
- sProcessName
- Type: SystemString
The Process name (e.g. "abrowser.exe")
Return Value
Type:
BooleanReturns true if the process name starts with a common browser process name (e.g. ie, firefox, etc)
See Also