Get
Get(requestUri AS String) As Integer
Sending a GET request to the URI (<requestUri>).
Returns HTTP status code (2xx = Successful, 4xx = Client Error, 5xx = Server Error).
Get(requestUri AS String) As Integer
Sending a GET request to the URI (<requestUri>).
Returns HTTP status code (2xx = Successful, 4xx = Client Error, 5xx = Server Error).