Codeunit 1297 Http Web Request Mgt. in 18
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 37
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| InvokeJSONRequest | (Text, var Text, var Text) | Boolean | public | 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 | - | |||
| GetResponseStream | (var InStream) | Boolean | public | - | |||
| ProcessFaultResponse | (Text) | Boolean | public | - | |||
| ProcessFaultXMLResponse | (Text, Text, Text, Text) | Boolean | public | - | |||
| ProcessFaultJsonResponse | (var Text) | Boolean | public | - | |||
| ParseFaultJsonResponse | (Text) | Text | public | - | |||
| CheckUrl | (Text) | Boolean | public | - | |||
| GetUrl | () | Text | public | - | |||
| GetUri | () | Text | public | - | |||
| GetMethod | () | Text | public | - | |||
| TryLoadXMLResponse | (InStream, var DotNet XmlDocument) | Boolean | public | - | |||
| SetTraceLogEnabled | (Boolean) | public | - | ||||
| DisableUI | () | public | - | ||||
| Initialize | (Text) | public | - | ||||
| AddBodyAsText | (Text) | public | - | ||||
| AddBodyAsAsciiText | (Text) | public | - | ||||
| SetTimeout | (Integer) | public | - | ||||
| SetMethod | (Text) | public | - | ||||
| SetDecompresionMethod | (DotNet DecompressionMethods) | public | - | ||||
| SetContentType | (Text) | public | - | ||||
| SetReturnType | (Text) | public | - | ||||
| SetProxy | (Text) | public | - | ||||
| SetExpect | (Boolean) | public | - | ||||
| SetContentLength | (BigInteger) | public | - | ||||
| AddSecurityProtocolTls12 | () | public | - | ||||
| AddHeader | (Text, Text) | public | - | ||||
| AddBody | (Text) | public | - | ||||
| AddBodyBlob | (var Codeunit Temp Blob) | public | - | ||||
| AddBasicAuthentication | (Text, Text) | public | - | ||||
| SetUserAgent | (Text) | public | - | ||||
| SetCookie | (var DotNet Cookie) | public | - | ||||
| GetCookie | (var DotNet Cookie) | public | - | ||||
| HasCookie | () | Boolean | public | - | |||
| CreateInstream | (var InStream) | public | - | ||||
| SendRequestAndReadTextResponse | (var Text, var Text, var Text, var DotNet HttpStatusCode, var DotNet NameValueCollection) | Boolean | public | - | |||
| SendRequestAndReadResponse | (var Codeunit Temp Blob, var Text, var Text, var DotNet HttpStatusCode, var DotNet NameValueCollection) | Boolean | public | - | |||
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnOverrideUrl | (var Text) | - |