Click or drag to resize
UtilitiesisLocalhostname Method
Determines if the specified Hostname is a either 'localhost' or an IPv4 or IPv6 loopback literal

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

Parameters

sHostname
Type: SystemString
Hostname (no port)

Return Value

Type: Boolean
TRUE if the hostname is equivalent to localhost
See Also