Click or drag to resize

NetUtilityResolve Method (String, Int32)

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 IPEndPoint Resolve(
	string ipOrHost,
	int port
)

Parameters

ipOrHost
Type: SystemString
port
Type: SystemInt32

Return Value

Type: IPEndPoint
See Also