UtilWebIsUrlAvailable Method

Overload List

IsUrlAvailable(String) 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.

IsUrlAvailable(Uri) 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.

See Also