Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TMimeItem.ProcessStreaming

Processes streamed MIME data

Declaration

Source position: httpdefs.pp line 285

public procedure TMimeItem.ProcessStreaming(

  const State: TContentStreamingState;

  const Buf;

  const Size: Integer

); virtual; abstract;

Arguments

State

  

Current streaming state

Buf

  

Buffer containing streaming data

Size

  

Size of the streaming buffer

Description

ProcessStreaming processes MIME data incrementally as it arrives in a stream. This allows handling of large uploads without loading the entire content into memory.


Documentation generated on: Jan 16 2026