HostListContainsHostname Method |
Determine if a given Hostname is in the list
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool ContainsHostname(
string sHostname
)
Public Function ContainsHostname (
sHostname As String
) As Boolean
public:
bool ContainsHostname(
String^ sHostname
)
Parameters
- sHostname
- Type: SystemString
A hostname, NOT including a port
Return Value
Type:
BooleanTRUE if the hostname matches a rule in the list
See Also