Processes streamed MIME data
Source position: httpdefs.pp line 285
public procedure TMimeItem.ProcessStreaming( |
const State: TContentStreamingState; |
const Buf; |
const Size: Integer |
); virtual; abstract; |
State |
|
Current streaming state |
Buf |
|
Buffer containing streaming data |
Size |
|
Size of the streaming buffer |
ProcessStreaming processes MIME data incrementally as it arrives in a stream. This allows handling of large uploads without loading the entire content into memory.