#include <SymbianTransportAgent.h>
Public Member Functions | |
~CSymbianTransportAgent () | |
~CSymbianTransportAgent() Destroy the object | |
void | ConnectL () |
ConnectL() Open an internet connection. | |
void | SetIap (const TUint32 &aIap) |
SetIap() Set a preferred IAP. | |
char * | sendMessage (const char *msg) |
sendMessage() | |
TBool | GetNextDataPart (TPtrC8 &aDataChunk) |
void | ReleaseData () |
TInt | OverallDataSize () |
TInt | Reset () |
Static Public Member Functions | |
static CSymbianTransportAgent * | NewL (URL &aUrl, Proxy &aProxy, unsigned int aResponseTimeout=DEFAULT_MAX_TIMEOUT, unsigned int aMaxMsgSize=DEFAULT_MAX_MSG_SIZE) |
NewL() Create a CSymbianTransportAgent object. | |
static CSymbianTransportAgent * | NewLC (URL &aUrl, Proxy &aProxy, unsigned int aResponseTimeout=DEFAULT_MAX_TIMEOUT, unsigned int aMaxMsgSize=DEFAULT_MAX_MSG_SIZE) |
NewLC() Create a CSymbianTransportAgent object. |
Link against http.lib, commdb.lib
static CSymbianTransportAgent* CSymbianTransportAgent::NewL | ( | URL & | aUrl, | |
Proxy & | aProxy, | |||
unsigned int | aResponseTimeout = DEFAULT_MAX_TIMEOUT , |
|||
unsigned int | aMaxMsgSize = DEFAULT_MAX_MSG_SIZE | |||
) | [static] |
NewL() Create a CSymbianTransportAgent object.
static CSymbianTransportAgent* CSymbianTransportAgent::NewLC | ( | URL & | aUrl, | |
Proxy & | aProxy, | |||
unsigned int | aResponseTimeout = DEFAULT_MAX_TIMEOUT , |
|||
unsigned int | aMaxMsgSize = DEFAULT_MAX_MSG_SIZE | |||
) | [static] |
NewLC() Create a CSymbianTransportAgent object.