Click or drag to resize
HostListAssignFromString Method (String)
Clear the List and assign the new string as the contents of the list.

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

Parameters

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

Return Value

Type: Boolean
TRUE if the list was constructed without errors
See Also