Hi,

The httptest1.cpp example for HttpCli has following exception handling...

    try {
        HttpCli1->Get();
    } __except (TRUE) {
        DisplayMemo->Lines->Add("GET Failed !");
        DisplayMemo->Lines->Add("StatusCode   = " +
IntToStr(HttpCli1->StatusCode));
        return;
    }

I was wondering if an exception can also occur when using
HttpCli->GetASync() instead of HttpCli1->Get() ? 
If so, is it possible to give me an example which errors can be encountered
here when calling GetASync() ?

Thank you,

Kris 
 
--
** Kris Schoofs   -   [EMAIL PROTECTED]
Don't forget to visit http://DVD.Identifier.CDfreaks.Com  **
 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to