UtilitiesisPlainHostName Method |
This function cracks a sHostPort string to determine if the address
refers to a "local" site
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool isPlainHostName(
string sHostAndPort
)
Public Shared Function isPlainHostName (
sHostAndPort As String
) As Boolean
public:
static bool isPlainHostName(
String^ sHostAndPort
)
Parameters
- sHostAndPort
- Type: SystemString
The string to evaluate, potentially containing a port
Return Value
Type:
BooleanTrue if the address is local
See Also