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
)
Public Shared Function IsXServerInternet (
url As String
) As Boolean
public:
static bool IsXServerInternet(
String^ url
)
static member IsXServerInternet :
url : string -> bool
Parameters
- url
- Type: SystemString
URL to check for xServer internet deployment.
Return Value
Type:
BooleanTrue if it contains ".cloud.ptvgroup.com".
See Also