TTMSFNCCloudBaseRequestPostDataBuilder Class
Builds multipart or URL-encoded HTTP POST body content by accumulating parts and producing the final payload string.
API unit family: TMSFNCCloudBase
Syntax
TTMSFNCCloudBaseRequestPostDataBuilder = class
Methods
| Name | Description |
|---|---|
| AddAttachment | Appends a named attachment part to the multipart POST body. |
| AddContentType | Appends a Content-Type header line to the POST body. |
| AddFormData | Appends a named form-data part to the multipart POST body. |
| AddHeadBoundary | Appends the opening multipart boundary delimiter. |
| AddLineBreak | Appends a line break to the POST body. |
| AddTailBoundary | Appends the closing multipart boundary delimiter. |
| AddText | Appends a plain-text segment to the POST body. |
| Build | Returns the accumulated POST body as a string. |
| Clear | Removes all accumulated POST body content. |
| Close | Finalizes the POST body by appending the tail boundary. |