HostListContainsHost Method (String) |
Determine if a given Host is in the list
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool ContainsHost(
string sHost
)
Public Function ContainsHost (
sHost As String
) As Boolean
public:
bool ContainsHost(
String^ sHost
)
Parameters
- sHost
- Type: SystemString
A Host string, potentially including a port
Return Value
Type:
BooleanTRUE if the Host's hostname matches a rule in the list
See Also