Click or drag to resize

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
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int ResolveHostnameQueueItem(
	string host,
	IPType ipType = IPType.Any
)

Parameters

host
Type: SystemString

[Missing <param name="host"/> documentation for "M:Godot.IP.ResolveHostnameQueueItem(System.String,Godot.IP.Type)"]

ipType (Optional)
Type: GodotIPType

[Missing <param name="ipType"/> documentation for "M:Godot.IP.ResolveHostnameQueueItem(System.String,Godot.IP.Type)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.IP.ResolveHostnameQueueItem(System.String,Godot.IP.Type)"]

See Also