How do I determine if the HttpService instance timed out? Thanks!
+2
A:
If you set requestTimeout then your request will raise a fault when it times out. So you can just add an event listener to the httpservice faultevent.
Diego Dias
2009-08-25 17:58:55