| IsValidUri | (Text) | Boolean | public | 17-28 | - |
| IsValidUriWithoutProtocol | (Text) | Boolean | public | 17-28 | - |
| IsSecureHttpUrl | (Text) | Boolean | public | 17-28 | - |
| IsHttpUrl | (Text) | Boolean | public | 17-28 | - |
| GetWebResponse | (var DotNet HttpWebRequest, var DotNet HttpWebResponse, var InStream, var DotNet HttpStatusCode, var DotNet NameValueCollection, Boolean) | Boolean | public | 17-28 | - |
| GetWebResponseError | (var DotNet WebException, var Text) | Text | public | 17-28 | - |
| GetResponseText | (Text, Text, Text, var Text) | Boolean | public | 17-18, gone | Pending 16.0 |
| This function does not consider the encoding of the response. Use GetResponseTextUsingCharset instead. (If you are comparing the response with previous values saved in the database, you might need data upgrade.) |
| GetResponseTextUsingCharset | (Text, Text, Text, var Text) | Boolean | public | 17-27, gone | Pending 25.0 |
| Replaced by GetResponseTextUsingCharset(Method: Text; Url: Text; AccessToken: SecretText; var ResponseText: Text) |
| GetHostNameFromUrl | (Text) | Text | public | 17-28 | - |
| IsFailureStatusCode | (Text) | Boolean | public | 17-28 | - |
| GetResponseTextUsingCharset | (Text, Text, SecretText, var Text) | Boolean | public | 25-28 | - |