UtilWebIsUrlAvailable(String) Method

Pings the specified url to determine whether it is available / online.

To get the http status code of the server response, call GetUrlStatusCode(String) function.

Definition

Namespace: DevCase.Core.Networking.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsUrlAvailable(
	string url
)

Parameters

url  String
The url.

Return Value

Boolean
if the specified url is available to connect, otherwise.

See Also