C-DEngine 5.105

TheNetworkInfo..::..GetIPAddress Method (String)

Returns an IP Address starting with a given scheme

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

Syntax


public static IPAddress GetIPAddress(
	string firsts
)
Public Shared Function GetIPAddress ( _
	firsts As String _
) As IPAddress
public:
static IPAddress^ GetIPAddress(
	String^ firsts
)

Parameters

firsts
Type: String
Starting digits of the IP (i.e. "192.168")

Return Value