views:

349

answers:

1

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