HostListAssignFromString Method (String) |
Clear the List and assign the new string as the contents of the list.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool AssignFromString(
string sIn
)
Public Function AssignFromString (
sIn As String
) As Boolean
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:
BooleanTRUE if the list was constructed without errors
See Also