Click or drag to resize
HostListContainsHostname Method
Determine if a given Hostname is in the list

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

Parameters

sHostname
Type: SystemString
A hostname, NOT including a port

Return Value

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