> Is there an example that demonstrates how to monitor a HTTPCli.Get()
> progress for displaying a progress bar?
In short, from OnHeaderEnd or OnDocBegin, use ContentLength property to know
the total file size. Then in OnDocData event you can count the bytes and
update your progress bar. Nte that
Read HttpCli.RcvdCount in the onDocData event.
If you know the total file size, you can calculate and show the progress
from there
Paul
- Original Message -
From: "Johnnie Norsworthy" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Monday, May 07, 2007 6:00 AM
Subject: [twsocket
Is there an example that demonstrates how to monitor a HTTPCli.Get()
progress for displaying a progress bar?
I thought I had seen mention of this in the mailing list. Is there a search
engine for the mailing list?
Thanks,
-Johnnie Norsworthy
--
To unsubscribe or change your settings for TWSocket