Click or drag to resize
HostListContainsHost Method (String, Int32)
Determine if a given Host:Port pair matches an entry in the list

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool ContainsHost(
	string sHostname,
	int iPort
)

Parameters

sHostname
Type: SystemString
A hostname, NOT including the port
iPort
Type: SystemInt32
The port

Return Value

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