Click or drag to resize

NetUtilityGetMyAddress Method

Gets my local IPv4 address (not necessarily external) and subnet mask

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 GetMyAddress(
	out IPAddress mask
)

Parameters

mask
Type: System.NetIPAddress

Return Value

Type: IPAddress
See Also