UtilWebIsUrlStatusCodeSucessfulAsync Method

Overload List

IsUrlStatusCodeSucessfulAsync(String) Asynchronously sends a GET request to the specified url and returns a value that indicates whether the http status code of the server response was successful.

A response is considered successful if http status code is in range of 200-299.

To determine whether the specified url is available / online, call IsUrlAvailable(String) function.

IsUrlStatusCodeSucessfulAsync(Uri) Asynchronously sends a GET request to the specified url and returns a value that indicates whether the http status code of the server response was successful.

A response is considered successful if http status code is in range of 200-299.

To determine whether the specified url is available / online, call IsUrlAvailable(String) function.

See Also