| InvokeJSONRequest | (Text, var Text, var Text) | Boolean | public | 17-18, gone | Pending 16.0 |
| Security refactoring. Moved into COD 1140 as a local function based on a native HttpClient. Use OAuth20Setup.InvokeRequest(). |
| GetResponse | (var InStream, var DotNet HttpStatusCode, var DotNet NameValueCollection) | Boolean | public | 17-28 | - |
| GetResponseStream | (var InStream) | Boolean | public | 17-28 | - |
| ProcessFaultResponse | (Text) | Boolean | public | 17-28 | - |
| ProcessFaultXMLResponse | (Text, Text, Text, Text) | Boolean | public | 17-28 | - |
| ProcessFaultJsonResponse | (var Text) | Boolean | public | 17-28 | - |
| ParseFaultJsonResponse | (Text) | Text | public | 17-28 | - |
| CheckUrl | (Text) | Boolean | public | 17-28 | - |
| GetUrl | () | Text | public | 17-28 | - |
| GetUri | () | Text | public | 17-28 | - |
| GetMethod | () | Text | public | 17-28 | - |
| TryLoadXMLResponse | (InStream, var DotNet XmlDocument) | Boolean | public | 17-28 | - |
| SetTraceLogEnabled | (Boolean) | | public | 17-28 | - |
| DisableUI | () | | public | 17-28 | - |
| Initialize | (Text) | | public | 17-28 | - |
| AddBodyAsText | (Text) | | public | 17-28 | - |
| AddBodyAsAsciiText | (Text) | | public | 17-28 | - |
| SetTimeout | (Integer) | | public | 17-28 | - |
| SetMethod | (Text) | | public | 17-28 | - |
| SetDecompresionMethod | (DotNet DecompressionMethods) | | public | 17-28 | - |
| SetContentType | (Text) | | public | 17-28 | - |
| SetReturnType | (Text) | | public | 17-28 | - |
| SetProxy | (Text) | | public | 17-28 | - |
| SetExpect | (Boolean) | | public | 17-28 | - |
| SetContentLength | (BigInteger) | | public | 17-28 | - |
| AddSecurityProtocolTls12 | () | | public | 17-28 | - |
| AddHeader | (Text, Text) | | public | 17-28 | - |
| AddBody | (Text) | | public | 17-28 | - |
| AddBodyBlob | (var Codeunit Temp Blob) | | public | 17-28 | - |
| AddBasicAuthentication | (Text, Text) | | public | 17-27, gone | Pending 25.0 |
| Replaced by AddBasicAuthentication(BasicUserId: Text; BasicUserPassword: SecretText) |
| SetUserAgent | (Text) | | public | 17-28 | - |
| SetCookie | (var DotNet Cookie) | | public | 17-28 | - |
| GetCookie | (var DotNet Cookie) | | public | 17-28 | - |
| HasCookie | () | Boolean | public | 17-28 | - |
| CreateInstream | (var InStream) | | public | 17-28 | - |
| SendRequestAndReadTextResponse | (var Text, var Text, var Text, var DotNet HttpStatusCode, var DotNet NameValueCollection) | Boolean | public | 17-28 | - |
| SendRequestAndReadResponse | (var Codeunit Temp Blob, var Text, var Text, var DotNet HttpStatusCode, var DotNet NameValueCollection) | Boolean | public | 17-28 | - |
| ProcessFaultXMLResponse | (Text, Text, Text, Text, var DotNet HttpStatusCode, var DotNet NameValueCollection) | Boolean | public | 19-28 | - |
| AddBodyAsTextWithEncoding | (Text, DotNet Encoding) | | internal | 19-28 | - |
| AddHeader | (Text, SecretText) | | public | 25-28 | - |
| AddBasicAuthentication | (Text, SecretText) | | public | 25-28 | - |