Categories: Symbian C++ | How To | HTTP | Networking | Code Examples
This page was last modified 16:35, 23 June 2008.
How to detect HTTP connection break
From Forum Nokia Wiki
Many a times HTTP connection breaks due to some reasons. The connection may be WIFI or HTTP. Applications should be well equipped to catch these connection breaks. The HTTP Client source codes on ForumNokia comes along with the code to catch these connection breaks. The older version of this example missed this feature.
The CIAPConnectProgressNotifier class implements this.
iConnection.ProgressNotification(iProgress, iStatus); SetActive();
if the connection breaks
void CIAPConnectProgressNotifier::RunL()
RunL will give the exact state of the connection.
- Header File : Es_sock.h
- Link against : ESock.lib
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to remove directory during uninstallation | yddusane | General Symbian C++ | 4 | 2007-03-21 11:44 |
| HTTP on n70 | decryptor | Symbian Networking & Messaging | 0 | 2007-11-29 03:51 |
| Help required inusage of HTTP over TLS framework in series 60 SDK | nkhanna1979 | Symbian Networking & Messaging | 0 | 2005-11-27 05:57 |
| edwin update events | sirurx | Symbian User Interface | 1 | 2003-10-06 11:59 |
| 6210 Connection Problem with Compaq Armada M300 with Win XP Pro | alancsh | PC Suite API and PC Connectivity SDK | 0 | 2002-09-09 02:19 |
