Click or drag to resize

XServerUrlIsXServerInternet Method

Checks if the provided URL address is an XServer deployed in an XServer Internet environment.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static bool IsXServerInternet(
	string url
)

Parameters

url
Type: SystemString
URL to check for xServer internet deployment.

Return Value

Type: Boolean
True if it contains ".cloud.ptvgroup.com".
See Also