Click or drag to resize
UtilitiesIPFromString Method
This function attempts to be a ~fast~ way to return an IP from a hoststring that contains an IPv4/6-Literal.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static IPAddress IPFromString(
	string sHost
)

Parameters

sHost
Type: SystemString
Hostname

Return Value

Type: IPAddress
IPAddress, or null, if the sHost wasn't an IP-Literal
See Also