Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: Consuming streaming from URI using the IdHTTP component.

www.cryer.info
Managed Newsgroup Archive

Re: Consuming streaming from URI using the IdHTTP component.

Subject:Re: Consuming streaming from URI using the IdHTTP component.
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Tue, 3 Oct 2006 10:23:21

"PGS" <pguevara@lartec.es> wrote in message
news:4522754a@newsgroups.borland.com...

> My first idea was to use an idhttp component but I am not sure
> how to use this component to process the frames while they are coming.

TIdHTTP does not natively support on-the-fly processing of the downloaded
data.  To accomplish that, you would need to write your own TStream
descendant class, overriding its Write() method to handle the data as it is
being written to the stream.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive