Tries to figure out the IPAddress

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public static IPAddress GetMachineIPAddress()
Visual Basic (Declaration)
Public Shared Function GetMachineIPAddress As IPAddress
Visual C++
public:
static IPAddress^ GetMachineIPAddress()

Return Value

The IP address of this machine

See Also