C-DEngine 5.105

TheNetworkInfo..::..GetIPAddress Method (Boolean)

Returns an IP address of the host hardware

Namespace:  nsCDEngine.Discovery
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static IPAddress GetIPAddress(
	bool MustBeExternal
)
Public Shared Function GetIPAddress ( _
	MustBeExternal As Boolean _
) As IPAddress
public:
static IPAddress^ GetIPAddress(
	bool^ MustBeExternal
)

Parameters

MustBeExternal
Type: Boolean
if true, a public IP with internet access will be returned

Return Value