IPResolveHostname Method |
Returns a given hostname's IPv4 or IPv6 address when resolved (blocking-type method). The address type returned depends on the IPType constant given as ip_type.
Namespace: Godot
public static string ResolveHostname( string host, IPType ipType = IPType.Any )
[Missing <param name="host"/> documentation for "M:Godot.IP.ResolveHostname(System.String,Godot.IP.Type)"]
[Missing <param name="ipType"/> documentation for "M:Godot.IP.ResolveHostname(System.String,Godot.IP.Type)"]
[Missing <returns> documentation for "M:Godot.IP.ResolveHostname(System.String,Godot.IP.Type)"]