Click or drag to resize
UtilitiesisPlainHostName Method
This function cracks a sHostPort string to determine if the address refers to a "local" site

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool isPlainHostName(
	string sHostAndPort
)

Parameters

sHostAndPort
Type: SystemString
The string to evaluate, potentially containing a port

Return Value

Type: Boolean
True if the address is local
See Also