| Agent |
The HTTP User-Agent string sent with the request. (inherited from TTMSFNCCloudBaseRequest) |
| Async |
When True, the request executes asynchronously on a background task rather than blocking the calling thread. |
| ConnectTimeout |
The maximum time in milliseconds to wait for the initial connection to succeed. Use 0 for no timeout. (inherited from TTMSFNCCloudBaseRequest) |
| CustomHeaders |
When True, the request uses the custom headers defined in Headers instead of any default headers. (inherited from TTMSFNCCloudBaseRequest) |
| DataBoolean |
General-purpose Boolean slot for attaching caller-controlled state to the request. True when the caller has set this flag; False by default. (inherited from TTMSFNCCloudBaseRequest) |
| DataInt64 |
General-purpose 64-bit integer slot for attaching caller-controlled numeric data to the request. (inherited from TTMSFNCCloudBaseRequest) |
| DataInteger |
General-purpose integer slot for attaching caller-controlled numeric data to the request. (inherited from TTMSFNCCloudBaseRequest) |
| DataObject |
General-purpose object reference slot for attaching caller-controlled objects to the request. (inherited from TTMSFNCCloudBaseRequest) |
| DataPointer |
General-purpose pointer slot for attaching caller-controlled data to the request. (inherited from TTMSFNCCloudBaseRequest) |
| DataString |
General-purpose string slot for attaching caller-controlled text to the request. (inherited from TTMSFNCCloudBaseRequest) |
| DataUpload |
File reference used as the upload source for file-based upload requests. (inherited from TTMSFNCCloudBaseRequest) |
| Headers |
The collection of custom HTTP headers to include with the request. (inherited from TTMSFNCCloudBaseRequest) |
| Host |
The host name or IP address of the target server. (inherited from TTMSFNCCloudBaseRequest) |
| Method |
The HTTP method used for the request. Defaults to rmGET. (inherited from TTMSFNCCloudBaseRequest) |
| Name |
An optional logical name for the request, used to identify it in callbacks and logs. (inherited from TTMSFNCCloudBaseRequest) |
| Path |
The URL path component of the request, beginning with a forward slash. (inherited from TTMSFNCCloudBaseRequest) |
| Port |
The TCP port number of the target server. Use 0 to apply the scheme default. (inherited from TTMSFNCCloudBaseRequest) |
| PostData |
The raw POST body content to send with the request. (inherited from TTMSFNCCloudBaseRequest) |
| Query |
The URL query string component of the request, without the leading question mark. (inherited from TTMSFNCCloudBaseRequest) |
| ReadTimeout |
The maximum time in milliseconds to wait for data after the connection is established. Use 0 for no timeout. (inherited from TTMSFNCCloudBaseRequest) |
| ResponseCode |
The HTTP status code returned by the server. |
| ResponseHeaders |
The collection of HTTP response headers returned by the server. |
| ResultBytesReceived |
The number of bytes received so far for the current response body. |
| ResultFile |
The local file path where the response body is saved when ResultType is rrtFile. (inherited from TTMSFNCCloudBaseRequest) |
| ResultFileSize |
The maximum number of bytes to receive when saving the response to a file. Use 0 for unlimited. (inherited from TTMSFNCCloudBaseRequest) |
| ResultStream |
The response body captured as a memory stream when TTMSFNCCloudBaseRequest.ResultType is rrtStream. |
| ResultString |
The response body captured as a string when TTMSFNCCloudBaseRequest.ResultType is rrtString. |
| ResultTotalBytes |
The total expected size in bytes of the response body, if reported by the server. |
| ResultType |
Specifies how the response body is captured: as a string, a stream, or saved to a file. Defaults to rrtString. (inherited from TTMSFNCCloudBaseRequest) |
| Running |
When True, the request is currently executing. Defaults to False. |
| Success |
When True, the server returned a success HTTP status code. |
| Task |
The background task handle associated with this asynchronous request. |
| UploadFile |
File reference for the file to upload with the request. (inherited from TTMSFNCCloudBaseRequest) |
| UploadStream |
The in-memory stream used as the upload body for stream-based upload requests. (inherited from TTMSFNCCloudBaseRequest) |