Should I delete httpTransaction in IHttpTransactionEventListener.OnTransactionAborted()?
Should I delete httpTransaction in IHttpTransactionEventListener.OnTransactionAborted()?
BY 05 Jun 2014Native Application Development
Hello.
I got a question about using IHttpTransactionEventListener.
If transaction failed, OnTransactionAborted() method is called.
According to documentation, I don’t need to delete HttpTransaction parameter. Also this parameter is passed by reference, it looks strange to delete it.
But in HttpClientSample (MainForm.cpp) I can see this:
Should I delete httpTransaction in IHttpTransactionEventListener.OnTransactionAborted()?
Hello.
I got a question about using IHttpTransactionEventListener.
If transaction failed, OnTransactionAborted() method is called.
According to documentation, I don’t need to delete HttpTransaction parameter. Also this parameter is passed by reference, it looks strange to delete it.
But in HttpClientSample (MainForm.cpp) I can see this:
What should I do?
Thanks for any tips.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio