IPResolveHostnameQueueItem Method |
Creates a queue item to resolve a hostname to an IPv4 or IPv6 address depending on the IPType constant given as ip_type. Returns the queue ID if successful, or on error.
Namespace: Godot
public static int ResolveHostnameQueueItem( string host, IPType ipType = IPType.Any )
[Missing <param name="host"/> documentation for "M:Godot.IP.ResolveHostnameQueueItem(System.String,Godot.IP.Type)"]
[Missing <param name="ipType"/> documentation for "M:Godot.IP.ResolveHostnameQueueItem(System.String,Godot.IP.Type)"]
[Missing <returns> documentation for "M:Godot.IP.ResolveHostnameQueueItem(System.String,Godot.IP.Type)"]