Click or drag to resize
HostList Constructor (String)
Create a hostlist and assign it an initial set of sites

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public HostList(
	string sInitialList
)

Parameters

sInitialList
Type: SystemString
List of hostnames, including leading wildcards, and optional port specifier. Special tokens are *, <local>, <nonlocal>, and <loopback>.
See Also