Returns TRUE if the Session's target hostname (no port) matches sTestHost (case-insensitively).
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool HostnameIs(
string sTestHost
)
Public Function HostnameIs (
sTestHost As String
) As Boolean
public:
bool HostnameIs(
String^ sTestHost
)
Parameters
- sTestHost
- Type: SystemString
The host to which this session's host should be compared.
Return Value
Type:
BooleanTrue if this session is targeted to the specified host.
See Also