Click or drag to resize

NetUtilityResolveAsync Method (String, Int32, NetUtilityResolveEndPointCallback)

Get IPv4 or IPv6 address from notation (xxx.xxx.xxx.xxx or xxxx:xxxx:...:xxxx) or hostname (asynchronous version)

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void ResolveAsync(
	string ipOrHost,
	int port,
	NetUtilityResolveEndPointCallback callback
)

Parameters

ipOrHost
Type: SystemString
port
Type: SystemInt32
callback
Type: Internal.Lidgren.NetworkNetUtilityResolveEndPointCallback
See Also