applayerpluginsandutils/httptransportplugins/httptransporthandler/csocket.h
branchRCL_3
changeset 7 337070b4fa18
parent 0 b16258d2340f
child 22 26ce6fb6aee2
equal deleted inserted replaced
3:5ee1d9ce5878 7:337070b4fa18
    82 
    82 
    83 	const CX509Certificate* ServerCert();
    83 	const CX509Certificate* ServerCert();
    84 	
    84 	
    85 	TInt CipherSuite(TDes8& aCipherSuite);
    85 	TInt CipherSuite(TDes8& aCipherSuite);
    86 
    86 
    87 	void UpgradeToSecureL(TRequestStatus& aStatus, const TDesC8& aHostName);
    87 	void UpgradeToSecureL(TRequestStatus& aStatus, const TDesC8& aHostName,const TDesC& aProtocol);
    88 
    88 
    89 	void CancelUpgradeToSecure();
    89 	void CancelUpgradeToSecure();
    90 
    90 
    91 	TInt PendingBytesToRead ();
    91 	TInt PendingBytesToRead ();
    92 	
    92