C-DEngine 5.105

TheCommonUtils..::..DoesContainLocalhost Method (String, Boolean)

Determines whether any of the URLs in the provided input string are a reference to the current host.

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

Syntax


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

Parameters

url
Type: String
A string containing one or more URLs separated by semi-colons.
IgnoreLOCALHOST
Type: Boolean
Whether to ignore the hard-coded value of "LOCALHOST".

Return Value