C-DEngine 5.105

TheCommonUtils..::..IsUrlLocalhost Method

Determines whether provided URL specifies the current host on which process is running.

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

Syntax


public static bool IsUrlLocalhost(
	string url
)
Public Shared Function IsUrlLocalhost ( _
	url As String _
) As Boolean
public:
static bool^ IsUrlLocalhost(
	String^ url
)

Parameters

url
Type: String
The input URL.

Return Value

'True' when running on local host, otherwise 'False'.