merge with master
[framework/osp/net.git] / src / http / FNetHttp_HttpTransactionEvent.h
index a958819..029eeda 100644 (file)
@@ -59,6 +59,10 @@ public:
 
        result SetHttpProgressListener(const IHttpProgressEventListener* pListener);
 
+       bool GetCertRequestedResult(void) const;
+
+       _HttpSessionImpl* GetHttpSessionImpl(void) const;
+
        result FireTransactionReadyToReadEvent(int readBodyLength, bool async = false);
 
        result FireTransactionReadyToWriteEvent(int recommenedLength, bool async = false);
@@ -67,6 +71,8 @@ public:
 
        result FireTransactionCertVerificationRequiredNEvent(Tizen::Base::String* pServerCert, bool async = false);
 
+       result FireTransactionCertVerificationRequestedNEvent(Tizen::Base::Collection::IList* pServerCertList, bool async = false);
+
        result FireTransactionCompletedEvent(bool async = false);
 
        result FireTransactionAbortedEvent(result error, bool async = false);
@@ -88,6 +94,7 @@ private:
        _HttpTransactionImpl* __pHttpTransactionImpl;
        IHttpProgressEventListener* __pHttpProgressListener;
        int __transactionId;
+       bool __isCertRequestedResult;
 
 }; // _HttpTransactionEvent