HostListAssignFromString Method (String, 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,
out string sErrors
)
Public Function AssignFromString (
sIn As String,
<OutAttribute> ByRef sErrors As String
) As Boolean
public:
bool AssignFromString(
String^ sIn,
[OutAttribute] String^% sErrors
)
Parameters
- sIn
- Type: SystemString
List of hostnames, including leading wildcards, and optional port specifier. Special tokens are *, <local>, <nonlocal>, and <loopback>. - sErrors
- Type: SystemString
Outparam string containing list of parsing errors
Return Value
Type:
BooleanTRUE if the list was constructed without errors
See Also