Codeunit 1297 Http Web Request Mgt. in 28
- App
- Base Application
- Namespace
- System.Integration
Versions171819202122232425262728latest
Source29
Procedures, 39
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| 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 | - | |
| 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 | - |
| ProcessFaultXMLResponse | (Text, Text, Text, Text, var DotNet HttpStatusCode, var DotNet NameValueCollection) | Boolean | public | - |
| AddBodyAsTextWithEncoding | (Text, DotNet Encoding) | internal | - | |
| AddHeader | (Text, SecretText) | public | - | |
| AddBasicAuthentication | (Text, SecretText) | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnOverrideUrl | (var Text) | - |