Click or drag to resize
HostListContainsHost Method (String)
Determine if a given Host is in the list

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

Parameters

sHost
Type: SystemString
A Host string, potentially including a port

Return Value

Type: Boolean
TRUE if the Host's hostname matches a rule in the list
See Also