Click or drag to resize

NetUtilityResolve Method (String)

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

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static IPAddress Resolve(
	string ipOrHost
)

Parameters

ipOrHost
Type: SystemString

Return Value

Type: IPAddress
See Also