epoc32/include/http/rhttptransactionpropertyset.h
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- a/epoc32/include/http/rhttptransactionpropertyset.h	Tue Mar 16 16:12:26 2010 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,61 +0,0 @@
     1.4 -// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 -// All rights reserved.
     1.6 -// This component and the accompanying materials are made available
     1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.8 -// which accompanies this distribution, and is available
     1.9 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.10 -//
    1.11 -// Initial Contributors:
    1.12 -// Nokia Corporation - initial contribution.
    1.13 -//
    1.14 -// Contributors:
    1.15 -//
    1.16 -// Description:
    1.17 -//
    1.18 -
    1.19 -
    1.20 -
    1.21 -/**
    1.22 - @file RHTTPTransactionPropertySet.h
    1.23 - @warning : This file contains Rose Model ID comments - please do not delete
    1.24 -*/
    1.25 -
    1.26 -#ifndef __RHTTPTRANSACTIONPROPERTYSET_H__
    1.27 -#define __RHTTPTRANSACTIONPROPERTYSET_H__ 
    1.28 -
    1.29 -// System includes
    1.30 -#include <http/rhttppropertyset.h>
    1.31 -
    1.32 -
    1.33 -//##ModelId=3B1E670402C2
    1.34 -class RHTTPTransactionPropertySet : public RHTTPPropertySet
    1.35 -/** 
    1.36 -The set of properties of a transaction. This is used by filters to
    1.37 -store per-transaction information, and is also used by the client
    1.38 -to specify transaction properties (such as no caching, reload and
    1.39 -so on) 
    1.40 -
    1.41 -Transaction properties always take precendence over session properties.
    1.42 -
    1.43 -To lookup/change any of the following properties, use 
    1.44 -RHTTPPropertySet::Property(...) and RHTTPPropertySet::SetPropertyL(...) 
    1.45 -
    1.46 -To remove properties, use RHTTPPropertySet::RemoveProperty(...) for a named property,
    1.47 -or RHTTPPropertySet::RemoveAllProperties() for all.
    1.48 -
    1.49 -
    1.50 -The following values are currently defined.
    1.51 -
    1.52 -HTTP::EProxyUsage (HTTP::EDoNotUseProxy | HTTP::EUseProxy)
    1.53 -
    1.54 -HTTP::EProxyAddress (A Uri for the Proxy server. Should include the port number
    1.55 -if it is not the default of 8080)
    1.56 -
    1.57 -HTTP::EHttpPipelining (default HTTP::EEnablePipelining) (HTTP::EEnablePipelining | HTTP::EDisablePipelining)
    1.58 -@publishedAll
    1.59 -@released
    1.60 -*/
    1.61 -	{
    1.62 -	};
    1.63 -
    1.64 -#endif //	__RHTTPTRANSACTIONPROPERTYSET_H__