GetUrlStatusCode(String) | Sends a GET request to the specified url and returns the http status code of the server response. To determine whether the specified url is available / online, call IsUrlAvailable(String) function. |
GetUrlStatusCode(Uri) | Sends a GET request to the specified url and returns the http status code of the server response. To determine whether the specified url is available / online, call IsUrlAvailable(String) function. |