HostListContainsHost Method (String, Int32) |
Determine if a given Host:Port pair matches an entry in the list
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool ContainsHost(
string sHostname,
int iPort
)
Public Function ContainsHost (
sHostname As String,
iPort As Integer
) As Boolean
public:
bool ContainsHost(
String^ sHostname,
int iPort
)
Parameters
- sHostname
- Type: SystemString
A hostname, NOT including the port - iPort
- Type: SystemInt32
The port
Return Value
Type:
BooleanTRUE if the hostname matches a rule in the list
See Also