Codeunit 2355 Http Content Impl. in 23
- App
- System Application
- Namespace
- System.RestClient
Versions171819202122232425262728latest
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SetContentTypeHeader | (Text) | public | - | |
| AddContentEncoding | (Text) | public | - | |
| SetHeader | (Text, Text) | public | - | |
| SetHeader | (Text, SecretText) | public | - | |
| GetHttpContent | () | HttpContent | public | - |
| AsText | () | Text | public | - |
| AsSecretText | () | SecretText | public | - |
| AsBlob | () | Codeunit Temp Blob | public | - |
| AsInStream | (var InStream) | public | - | |
| AsXmlDocument | () | XmlDocument | public | - |
| AsJson | () | JsonToken | public | - |
| SetContent | (Text, Text) | public | - | |
| SetContent | (SecretText, Text) | public | - | |
| SetContent | (InStream, Text) | public | - | |
| SetContent | (Codeunit Temp Blob, Text) | public | - | |
| SetContent | (XmlDocument) | public | - | |
| SetContent | (JsonToken) | public | - | |
| SetContent | (var HttpContent) | public | - |