[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection for streaming MIME multipart items
Source position: httpdefs.pp line 327
type TStreamingMimeItems = class(TMimeItems) |
end; |
|
Collection for streaming MIME multipart items |
|
| | | ||
|
Collection of MIME multipart items |
|
| | | ||
| | | ||
| | | ||
TStreamingMimeItems extends TMimeItems to support streaming processing of large multipart messages. This allows handling of very large uploads without loading the entire content into memory at once.