UtilitiesIPFromString Method |
This function attempts to be a ~fast~ way to return an IP from a hoststring that contains an IPv4/6-Literal.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static IPAddress IPFromString(
string sHost
)
Public Shared Function IPFromString (
sHost As String
) As IPAddress
public:
static IPAddress^ IPFromString(
String^ sHost
)
Parameters
- sHost
- Type: SystemString
Hostname
Return Value
Type:
IPAddressIPAddress, or null, if the sHost wasn't an IP-Literal
See Also