epoc32/include/httpstringconstants.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/httpstringconstants.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/httpstringconstants.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,435 +1,447 @@
     1.4 -// Autogenerated from epoc32/build/httptransportfw/c_2bc00cbd2faacbf2/http_dll/httpstringconstants.st by the stringtable tool - Do not edit
     1.5 -
     1.6 -#ifndef STRINGTABLE_HTTP
     1.7 -#define STRINGTABLE_HTTP
     1.8 -
     1.9 -#include <stringpool.h>
    1.10 -
    1.11 -struct TStringTable;
    1.12 -
    1.13 -/** A String table */
    1.14 -class HTTP 
    1.15 -	{
    1.16 -public:
    1.17 -	enum TStrings
    1.18 -		{
    1.19 -		/** CONNECT */
    1.20 -		ECONNECT,
    1.21 -		/** DELETE */
    1.22 -		EDELETE,
    1.23 -		/** GET */
    1.24 -		EGET,
    1.25 -		/** HEAD */
    1.26 -		EHEAD,
    1.27 -		/** OPTIONS */
    1.28 -		EOPTIONS,
    1.29 -		/** POST */
    1.30 -		EPOST,
    1.31 -		/** PUT */
    1.32 -		EPUT,
    1.33 -		/** TRACE */
    1.34 -		ETRACE,
    1.35 -		/** HTTP/1.0 */
    1.36 -		EHttp10,
    1.37 -		/** HTTP/1.1 */
    1.38 -		EHttp11,
    1.39 -		/** Cache-Control */
    1.40 -		ECacheControl,
    1.41 -		/** Connection */
    1.42 -		EConnection,
    1.43 -		/** Date */
    1.44 -		EDate,
    1.45 -		/** Pragma */
    1.46 -		EPragma,
    1.47 -		/** Transfer-Encoding */
    1.48 -		ETransferEncoding,
    1.49 -		/** Upgrade */
    1.50 -		EUpgrade,
    1.51 -		/** Via */
    1.52 -		EVia,
    1.53 -		/** Warning */
    1.54 -		EWarning,
    1.55 -		/** Host */
    1.56 -		EHost,
    1.57 -		/** Accept */
    1.58 -		EAccept,
    1.59 -		/** Accept-Charset */
    1.60 -		EAcceptCharset,
    1.61 -		/** Accept-Encoding */
    1.62 -		EAcceptEncoding,
    1.63 -		/** Accept-Language */
    1.64 -		EAcceptLanguage,
    1.65 -		/** Authorization */
    1.66 -		EAuthorization,
    1.67 -		/** Cookie */
    1.68 -		ECookie,
    1.69 -		/** Cookie2 */
    1.70 -		ECookie2,
    1.71 -		/** Expect */
    1.72 -		EExpect,
    1.73 -		/** From */
    1.74 -		EFrom,
    1.75 -		/** If-Modified-Since */
    1.76 -		EIfModifiedSince,
    1.77 -		/** If-Match */
    1.78 -		EIfMatch,
    1.79 -		/** If-None-Match */
    1.80 -		EIfNoneMatch,
    1.81 -		/** If-Range */
    1.82 -		EIfRange,
    1.83 -		/** If-Unmodified-Since */
    1.84 -		EIfUnmodifiedSince,
    1.85 -		/** Keep-Alive */
    1.86 -		EKeepAlive,
    1.87 -		/** Max-Forwards */
    1.88 -		EMaxForwards,
    1.89 -		/** Proxy-Authorization */
    1.90 -		EProxyAuthorization,
    1.91 -		/** Range */
    1.92 -		ERange,
    1.93 -		/** Referer */
    1.94 -		EReferer,
    1.95 -		/** User-Agent */
    1.96 -		EUserAgent,
    1.97 -		/** Accept-Ranges */
    1.98 -		EAcceptRanges,
    1.99 -		/** Age */
   1.100 -		EAge,
   1.101 -		/** ETag */
   1.102 -		EETag,
   1.103 -		/** Location */
   1.104 -		ELocation,
   1.105 -		/** Proxy-Authenticate */
   1.106 -		EProxyAuthenticate,
   1.107 -		/** Retry-After */
   1.108 -		ERetryAfter,
   1.109 -		/** Server */
   1.110 -		EServer,
   1.111 -		/** Set-Cookie */
   1.112 -		ESetCookie,
   1.113 -		/** Set-Cookie2 */
   1.114 -		ESetCookie2,
   1.115 -		/** Vary */
   1.116 -		EVary,
   1.117 -		/** WWW-Authenticate */
   1.118 -		EWWWAuthenticate,
   1.119 -		/** Allow */
   1.120 -		EAllow,
   1.121 -		/** Content-Base */
   1.122 -		EContentBase,
   1.123 -		/** Content-Disposition */
   1.124 -		EContentDisposition,
   1.125 -		/** Content-Encoding */
   1.126 -		EContentEncoding,
   1.127 -		/** Content-Language */
   1.128 -		EContentLanguage,
   1.129 -		/** Content-Length */
   1.130 -		EContentLength,
   1.131 -		/** Content-Location */
   1.132 -		EContentLocation,
   1.133 -		/** Content-MD5 */
   1.134 -		EContentMD5,
   1.135 -		/** Content-Range */
   1.136 -		EContentRange,
   1.137 -		/** Content-Type */
   1.138 -		EContentType,
   1.139 -		/** Expires */
   1.140 -		EExpires,
   1.141 -		/** Last-Modified */
   1.142 -		ELastModified,
   1.143 -		/** q */
   1.144 -		EQ,
   1.145 -		/** gzip */
   1.146 -		EGzip,
   1.147 -		/** compress */
   1.148 -		ECompress,
   1.149 -		/** deflate */
   1.150 -		EDeflate,
   1.151 -		/** bytes */
   1.152 -		EBytes,
   1.153 -		/** none */
   1.154 -		ENone,
   1.155 -		/** no-cache */
   1.156 -		ENoCache,
   1.157 -		/** no-store */
   1.158 -		ENoStore,
   1.159 -		/** max-age */
   1.160 -		EMaxAge,
   1.161 -		/** max-stale */
   1.162 -		EMaxStale,
   1.163 -		/** min-fresh */
   1.164 -		EMinFresh,
   1.165 -		/** no-transform */
   1.166 -		ENoTransform,
   1.167 -		/** only-if-cached */
   1.168 -		EOnlyIfCached,
   1.169 -		/** public */
   1.170 -		EPublic,
   1.171 -		/** private */
   1.172 -		EPrivate,
   1.173 -		/** must-revalidate */
   1.174 -		EMustRevalidate,
   1.175 -		/** proxy-revalidate */
   1.176 -		EProxyRevalidate,
   1.177 -		/** s-maxage */
   1.178 -		ESMaxAge,
   1.179 -		/** close */
   1.180 -		EClose,
   1.181 -		/** charset */
   1.182 -		ECharset,
   1.183 -		/** 100-continue */
   1.184 -		E100Continue,
   1.185 -		/** TE */
   1.186 -		ETE,
   1.187 -		/** Trailer */
   1.188 -		ETrailer,
   1.189 -		/** chunked */
   1.190 -		EChunked,
   1.191 -		/** Basic */
   1.192 -		EBasic,
   1.193 -		/** Digest */
   1.194 -		EDigest,
   1.195 -		/** realm */
   1.196 -		ERealm,
   1.197 -		/** domain */
   1.198 -		EDomain,
   1.199 -		/** nonce */
   1.200 -		ENonce,
   1.201 -		/** opaque */
   1.202 -		EOpaque,
   1.203 -		/** stale */
   1.204 -		EStale,
   1.205 -		/** algorithm */
   1.206 -		EAlgorithm,
   1.207 -		/** qop */
   1.208 -		EQop,
   1.209 -		/** auth */
   1.210 -		EAuth,
   1.211 -		/** response */
   1.212 -		EResponse,
   1.213 -		/** uri */
   1.214 -		EUri,
   1.215 -		/** cnonce */
   1.216 -		ECnonce,
   1.217 -		/** nc */
   1.218 -		ENc,
   1.219 -		/** 00000001 */
   1.220 -		E00000001,
   1.221 -		/** _000 */
   1.222 -		EPort,
   1.223 -		/** _Auth */
   1.224 -		EAuthentication,
   1.225 -		/** _Red */
   1.226 -		ERedirect,
   1.227 -		/** _Val */
   1.228 -		EValidation,
   1.229 -		/** _ProtH */
   1.230 -		EProtocolHandler,
   1.231 -		/** Client */
   1.232 -		EClient,
   1.233 -		/** _clf */
   1.234 -		EHttpClientFilter,
   1.235 -		/** _shf */
   1.236 -		ESessionHeaderFilter,
   1.237 -		/** _ckf */
   1.238 -		ECookieFilter,
   1.239 -		/** _cnf */
   1.240 -		EHttpConnectFilter,
   1.241 -		/** _001 */
   1.242 -		EProxyUsage,
   1.243 -		/** _002 */
   1.244 -		EProxyAddress,
   1.245 -		/** _003 */
   1.246 -		EUseProxy,
   1.247 -		/** _004 */
   1.248 -		EDoNotUseProxy,
   1.249 -		/** _005 */
   1.250 -		EMaxNumTransportHandlers,
   1.251 -		/** _006 */
   1.252 -		EMaxNumTransPerTranspHndlr,
   1.253 -		/** _007 */
   1.254 -		EHTTPVersion,
   1.255 -		/** _008 */
   1.256 -		EMaxRedirect,
   1.257 -		/** Protocol */
   1.258 -		EProtocol,
   1.259 -		/** HTTP */
   1.260 -		EHTTP,
   1.261 -		/** HTTPS */
   1.262 -		EHTTPS,
   1.263 -		/** WSP */
   1.264 -		EWSP,
   1.265 -		/** _009 */
   1.266 -		EWspCapClientMessageSize,
   1.267 -		/** _00A */
   1.268 -		EWspCapServerMessageSize,
   1.269 -		/** _00B */
   1.270 -		EWspCapUseAcknowledgements,
   1.271 -		/** _00C */
   1.272 -		EWspCapSupportSuspendResume,
   1.273 -		/** _00D */
   1.274 -		EWspCapMaxOutstandingRequests,
   1.275 -		/** _00E */
   1.276 -		EWspProxyAddress,
   1.277 -		/** _00F */
   1.278 -		EWspBearer,
   1.279 -		/** _010 */
   1.280 -		EWspIp,
   1.281 -		/** _011 */
   1.282 -		EWspSMS,
   1.283 -		/** _012 */
   1.284 -		EWspLocalPort,
   1.285 -		/** _013 */
   1.286 -		EWspRemotePort,
   1.287 -		/** _014 */
   1.288 -		EWspServiceNumber,
   1.289 -		/** _015 */
   1.290 -		EWspSessionType,
   1.291 -		/** _016 */
   1.292 -		EWspConnectionOriented,
   1.293 -		/** _017 */
   1.294 -		EWspConnectionLess,
   1.295 -		/** _018 */
   1.296 -		EWspSecurity,
   1.297 -		/** _019 */
   1.298 -		EWspUseWtls,
   1.299 -		/** _01A */
   1.300 -		EWspDoNotUseWtls,
   1.301 -		/** _01B */
   1.302 -		EWspProxyConnectionTimeout,
   1.303 -		/** _01C */
   1.304 -		EWspProxyExceptionInfo,
   1.305 -		/** _01D */
   1.306 -		EWspRemainingSDUSize,
   1.307 -		/** _01E */
   1.308 -		EWspRemainingMessageSize,
   1.309 -		/** _01F */
   1.310 -		EAuthenticatedOK,
   1.311 -		/** _020 */
   1.312 -		EAuthenticationFailure,
   1.313 -		/** username */
   1.314 -		EUsername,
   1.315 -		/** Password */
   1.316 -		EPassword,
   1.317 -		/** Authentication:Status */
   1.318 -		EAuthenticationStatus,
   1.319 -		/** _021 */
   1.320 -		ERedirectCount,
   1.321 -		/** _022 */
   1.322 -		EProtTrans,
   1.323 -		/** * / * */
   1.324 -		EAnyAny,
   1.325 -		/** text/ * */
   1.326 -		ETextAny,
   1.327 -		/** text/html */
   1.328 -		ETextHtml,
   1.329 -		/** text/plain */
   1.330 -		ETextPlain,
   1.331 -		/** text/vnd.wap.wml */
   1.332 -		ETextVndWapWml,
   1.333 -		/** application/octet-stream */
   1.334 -		EApplicationOctetStream,
   1.335 -		/** application/x-www-form-urlencoded */
   1.336 -		EApplicationXWwwFormUrlEncoded,
   1.337 -		/** _023 */
   1.338 -		ECookieName,
   1.339 -		/** _024 */
   1.340 -		ECookieValue,
   1.341 -		/** Path */
   1.342 -		EPath,
   1.343 -		/** Comment */
   1.344 -		EComment,
   1.345 -		/** CommentURL */
   1.346 -		ECommentURL,
   1.347 -		/** Discard */
   1.348 -		EDiscard,
   1.349 -		/** Port */
   1.350 -		ECookiePort,
   1.351 -		/** Secure */
   1.352 -		ESecure,
   1.353 -		/** Version */
   1.354 -		EVersion,
   1.355 -		/** _025 */
   1.356 -		EHttpSocketServ,
   1.357 -		/** _026 */
   1.358 -		EHttpSocketConnection,
   1.359 -		/** _027 */
   1.360 -		ESecureDialog,
   1.361 -		/** _028 */
   1.362 -		EDialogPrompt,
   1.363 -		/** _029 */
   1.364 -		EDialogNoPrompt,
   1.365 -		/** _02A */
   1.366 -		ETunnel,
   1.367 -		/** _02B */
   1.368 -		EHttpPipelining,
   1.369 -		/** _02C */
   1.370 -		EEnablePipelining,
   1.371 -		/** _02D */
   1.372 -		EDisablePipelining,
   1.373 -		/** _02E */
   1.374 -		ECipherSuiteValue,
   1.375 -		/** _2F */
   1.376 -		EHttpBatching,
   1.377 -		/** _030 */
   1.378 -		EDoNotEnableBatching,
   1.379 -		/** _031 */
   1.380 -		EEnableBatching,
   1.381 -		/** _32 */
   1.382 -		EBatchingBufferSize,
   1.383 -		/** _033 */
   1.384 -		ESocketShutdownMode,
   1.385 -		/** _034 */
   1.386 -		ESocketShutdownNormal,
   1.387 -		/** _035 */
   1.388 -		ESocketShutdownImmediate,
   1.389 -		/** _036 */
   1.390 -		ESessionClosing,
   1.391 -		/** Profile */
   1.392 -		EProfile,
   1.393 -		/** Profile-Diff */
   1.394 -		EProfileDiff,
   1.395 -		/** _UaProf */
   1.396 -		EUAProfFilter,
   1.397 -		/** _037 */
   1.398 -		EMaxNumTransactionsToPipeline,
   1.399 -		/** _038 */
   1.400 -		ESessionId,
   1.401 -		/** _03A */
   1.402 -		ENotifyOnDisconnect,
   1.403 -		/** _03B */
   1.404 -		EEnableDisconnectNotification,
   1.405 -		/** _03C */
   1.406 -		EDisableDisconnectNotification,
   1.407 -		/** _03D */
   1.408 -		ERecvBufferSize,
   1.409 -		/** _03E */
   1.410 -		EHTTPTransOptimiser,
   1.411 -		/** _03F */
   1.412 -		EEnableHTTPTransOptimiser,
   1.413 -		/** _040 */
   1.414 -		EDisableHTTPTransOptimiser,
   1.415 -		/** NTLM */
   1.416 -		ENTLM,
   1.417 -		/** _041 */
   1.418 -		ENotify100Continue,
   1.419 -		/** _042 */
   1.420 -		EEnableNotification,
   1.421 -		/** _043 */
   1.422 -		EDisableNotification,
   1.423 -		/** _051 */
   1.424 -		ESendTimeOutValue,
   1.425 -		/** _052 */
   1.426 -		EReceiveTimeOutValue,
   1.427 -		/** _053 */
   1.428 -		ETranspHndlrPriority,
   1.429 -		/** _054 */
   1.430 -		EEnableTranspHndlrPriority,
   1.431 -		/** _055 */
   1.432 -		EDisableTranspHndlrPriority
   1.433 -		};
   1.434 -	static const TStringTable Table;	
   1.435 -	};
   1.436 -
   1.437 -#endif // STRINGTABLE_HTTP
   1.438 -
   1.439 +// Autogenerated from epoc32/build/httptransportfw/c_2bc00cbd2faacbf2/http_dll/httpstringconstants.st by the stringtable tool - Do not edit
   1.440 +
   1.441 +#ifndef STRINGTABLE_HTTP
   1.442 +#define STRINGTABLE_HTTP
   1.443 +
   1.444 +#include <stringpool.h>
   1.445 +
   1.446 +struct TStringTable;
   1.447 +
   1.448 +/** 
   1.449 +HTTP String Table
   1.450 +@publishedAll 
   1.451 +@released
   1.452 +*/
   1.453 +class HTTP 
   1.454 +	{
   1.455 +public:
   1.456 +	enum TStrings
   1.457 +		{
   1.458 +		/** CONNECT */
   1.459 +		ECONNECT,
   1.460 +		/** DELETE */
   1.461 +		EDELETE,
   1.462 +		/** GET */
   1.463 +		EGET,
   1.464 +		/** HEAD */
   1.465 +		EHEAD,
   1.466 +		/** OPTIONS */
   1.467 +		EOPTIONS,
   1.468 +		/** POST */
   1.469 +		EPOST,
   1.470 +		/** PUT */
   1.471 +		EPUT,
   1.472 +		/** TRACE */
   1.473 +		ETRACE,
   1.474 +		/** HTTP/1.0 */
   1.475 +		EHttp10,
   1.476 +		/** HTTP/1.1 */
   1.477 +		EHttp11,
   1.478 +		/** Cache-Control */
   1.479 +		ECacheControl,
   1.480 +		/** Connection */
   1.481 +		EConnection,
   1.482 +		/** Date */
   1.483 +		EDate,
   1.484 +		/** Pragma */
   1.485 +		EPragma,
   1.486 +		/** Transfer-Encoding */
   1.487 +		ETransferEncoding,
   1.488 +		/** Upgrade */
   1.489 +		EUpgrade,
   1.490 +		/** Via */
   1.491 +		EVia,
   1.492 +		/** Warning */
   1.493 +		EWarning,
   1.494 +		/** Host */
   1.495 +		EHost,
   1.496 +		/** Accept */
   1.497 +		EAccept,
   1.498 +		/** Accept-Charset */
   1.499 +		EAcceptCharset,
   1.500 +		/** Accept-Encoding */
   1.501 +		EAcceptEncoding,
   1.502 +		/** Accept-Language */
   1.503 +		EAcceptLanguage,
   1.504 +		/** Authorization */
   1.505 +		EAuthorization,
   1.506 +		/** Cookie */
   1.507 +		ECookie,
   1.508 +		/** Cookie2 */
   1.509 +		ECookie2,
   1.510 +		/** Expect */
   1.511 +		EExpect,
   1.512 +		/** From */
   1.513 +		EFrom,
   1.514 +		/** If-Modified-Since */
   1.515 +		EIfModifiedSince,
   1.516 +		/** If-Match */
   1.517 +		EIfMatch,
   1.518 +		/** If-None-Match */
   1.519 +		EIfNoneMatch,
   1.520 +		/** If-Range */
   1.521 +		EIfRange,
   1.522 +		/** If-Unmodified-Since */
   1.523 +		EIfUnmodifiedSince,
   1.524 +		/** Keep-Alive */
   1.525 +		EKeepAlive,
   1.526 +		/** Max-Forwards */
   1.527 +		EMaxForwards,
   1.528 +		/** Proxy-Authorization */
   1.529 +		EProxyAuthorization,
   1.530 +		/** Range */
   1.531 +		ERange,
   1.532 +		/** Referer */
   1.533 +		EReferer,
   1.534 +		/** User-Agent */
   1.535 +		EUserAgent,
   1.536 +		/** Accept-Ranges */
   1.537 +		EAcceptRanges,
   1.538 +		/** Age */
   1.539 +		EAge,
   1.540 +		/** ETag */
   1.541 +		EETag,
   1.542 +		/** Location */
   1.543 +		ELocation,
   1.544 +		/** Proxy-Authenticate */
   1.545 +		EProxyAuthenticate,
   1.546 +		/** Retry-After */
   1.547 +		ERetryAfter,
   1.548 +		/** Server */
   1.549 +		EServer,
   1.550 +		/** Set-Cookie */
   1.551 +		ESetCookie,
   1.552 +		/** Set-Cookie2 */
   1.553 +		ESetCookie2,
   1.554 +		/** Vary */
   1.555 +		EVary,
   1.556 +		/** WWW-Authenticate */
   1.557 +		EWWWAuthenticate,
   1.558 +		/** Allow */
   1.559 +		EAllow,
   1.560 +		/** Content-Base */
   1.561 +		EContentBase,
   1.562 +		/** Content-Disposition */
   1.563 +		EContentDisposition,
   1.564 +		/** Content-Encoding */
   1.565 +		EContentEncoding,
   1.566 +		/** Content-Language */
   1.567 +		EContentLanguage,
   1.568 +		/** Content-Length */
   1.569 +		EContentLength,
   1.570 +		/** Content-Location */
   1.571 +		EContentLocation,
   1.572 +		/** Content-MD5 */
   1.573 +		EContentMD5,
   1.574 +		/** Content-Range */
   1.575 +		EContentRange,
   1.576 +		/** Content-Type */
   1.577 +		EContentType,
   1.578 +		/** Expires */
   1.579 +		EExpires,
   1.580 +		/** Last-Modified */
   1.581 +		ELastModified,
   1.582 +		/** q */
   1.583 +		EQ,
   1.584 +		/** gzip */
   1.585 +		EGzip,
   1.586 +		/** compress */
   1.587 +		ECompress,
   1.588 +		/** deflate */
   1.589 +		EDeflate,
   1.590 +		/** bytes */
   1.591 +		EBytes,
   1.592 +		/** none */
   1.593 +		ENone,
   1.594 +		/** no-cache */
   1.595 +		ENoCache,
   1.596 +		/** no-store */
   1.597 +		ENoStore,
   1.598 +		/** max-age */
   1.599 +		EMaxAge,
   1.600 +		/** max-stale */
   1.601 +		EMaxStale,
   1.602 +		/** min-fresh */
   1.603 +		EMinFresh,
   1.604 +		/** no-transform */
   1.605 +		ENoTransform,
   1.606 +		/** only-if-cached */
   1.607 +		EOnlyIfCached,
   1.608 +		/** public */
   1.609 +		EPublic,
   1.610 +		/** private */
   1.611 +		EPrivate,
   1.612 +		/** must-revalidate */
   1.613 +		EMustRevalidate,
   1.614 +		/** proxy-revalidate */
   1.615 +		EProxyRevalidate,
   1.616 +		/** s-maxage */
   1.617 +		ESMaxAge,
   1.618 +		/** close */
   1.619 +		EClose,
   1.620 +		/** charset */
   1.621 +		ECharset,
   1.622 +		/** 100-continue */
   1.623 +		E100Continue,
   1.624 +		/** TE */
   1.625 +		ETE,
   1.626 +		/** Trailer */
   1.627 +		ETrailer,
   1.628 +		/** chunked */
   1.629 +		EChunked,
   1.630 +		/** Basic */
   1.631 +		EBasic,
   1.632 +		/** Digest */
   1.633 +		EDigest,
   1.634 +		/** realm */
   1.635 +		ERealm,
   1.636 +		/** domain */
   1.637 +		EDomain,
   1.638 +		/** nonce */
   1.639 +		ENonce,
   1.640 +		/** opaque */
   1.641 +		EOpaque,
   1.642 +		/** stale */
   1.643 +		EStale,
   1.644 +		/** algorithm */
   1.645 +		EAlgorithm,
   1.646 +		/** qop */
   1.647 +		EQop,
   1.648 +		/** auth */
   1.649 +		EAuth,
   1.650 +		/** response */
   1.651 +		EResponse,
   1.652 +		/** uri */
   1.653 +		EUri,
   1.654 +		/** cnonce */
   1.655 +		ECnonce,
   1.656 +		/** nc */
   1.657 +		ENc,
   1.658 +		/** 00000001 */
   1.659 +		E00000001,
   1.660 +		/** _000 */
   1.661 +		EPort,
   1.662 +		/** _Auth */
   1.663 +		EAuthentication,
   1.664 +		/** _Red */
   1.665 +		ERedirect,
   1.666 +		/** _Val */
   1.667 +		EValidation,
   1.668 +		/** _ProtH */
   1.669 +		EProtocolHandler,
   1.670 +		/** Client */
   1.671 +		EClient,
   1.672 +		/** _clf */
   1.673 +		EHttpClientFilter,
   1.674 +		/** _shf */
   1.675 +		ESessionHeaderFilter,
   1.676 +		/** _ckf */
   1.677 +		ECookieFilter,
   1.678 +		/** _cnf */
   1.679 +		EHttpConnectFilter,
   1.680 +		/** _001 */
   1.681 +		EProxyUsage,
   1.682 +		/** _002 */
   1.683 +		EProxyAddress,
   1.684 +		/** _003 */
   1.685 +		EUseProxy,
   1.686 +		/** _004 */
   1.687 +		EDoNotUseProxy,
   1.688 +		/** _005 */
   1.689 +		EMaxNumTransportHandlers,
   1.690 +		/** _006 */
   1.691 +		EMaxNumTransPerTranspHndlr,
   1.692 +		/** _007 */
   1.693 +		EHTTPVersion,
   1.694 +		/** _008 */
   1.695 +		EMaxRedirect,
   1.696 +		/** Protocol */
   1.697 +		EProtocol,
   1.698 +		/** HTTP */
   1.699 +		EHTTP,
   1.700 +		/** HTTPS */
   1.701 +		EHTTPS,
   1.702 +		/** WSP */
   1.703 +		EWSP,
   1.704 +		/** _009 */
   1.705 +		EWspCapClientMessageSize,
   1.706 +		/** _00A */
   1.707 +		EWspCapServerMessageSize,
   1.708 +		/** _00B */
   1.709 +		EWspCapUseAcknowledgements,
   1.710 +		/** _00C */
   1.711 +		EWspCapSupportSuspendResume,
   1.712 +		/** _00D */
   1.713 +		EWspCapMaxOutstandingRequests,
   1.714 +		/** _00E */
   1.715 +		EWspProxyAddress,
   1.716 +		/** _00F */
   1.717 +		EWspBearer,
   1.718 +		/** _010 */
   1.719 +		EWspIp,
   1.720 +		/** _011 */
   1.721 +		EWspSMS,
   1.722 +		/** _012 */
   1.723 +		EWspLocalPort,
   1.724 +		/** _013 */
   1.725 +		EWspRemotePort,
   1.726 +		/** _014 */
   1.727 +		EWspServiceNumber,
   1.728 +		/** _015 */
   1.729 +		EWspSessionType,
   1.730 +		/** _016 */
   1.731 +		EWspConnectionOriented,
   1.732 +		/** _017 */
   1.733 +		EWspConnectionLess,
   1.734 +		/** _018 */
   1.735 +		EWspSecurity,
   1.736 +		/** _019 */
   1.737 +		EWspUseWtls,
   1.738 +		/** _01A */
   1.739 +		EWspDoNotUseWtls,
   1.740 +		/** _01B */
   1.741 +		EWspProxyConnectionTimeout,
   1.742 +		/** _01C */
   1.743 +		EWspProxyExceptionInfo,
   1.744 +		/** _01D */
   1.745 +		EWspRemainingSDUSize,
   1.746 +		/** _01E */
   1.747 +		EWspRemainingMessageSize,
   1.748 +		/** _01F */
   1.749 +		EAuthenticatedOK,
   1.750 +		/** _020 */
   1.751 +		EAuthenticationFailure,
   1.752 +		/** username */
   1.753 +		EUsername,
   1.754 +		/** Password */
   1.755 +		EPassword,
   1.756 +		/** Authentication:Status */
   1.757 +		EAuthenticationStatus,
   1.758 +		/** _021 */
   1.759 +		ERedirectCount,
   1.760 +		/** _022 */
   1.761 +		EProtTrans,
   1.762 +		/** * / * */
   1.763 +		EAnyAny,
   1.764 +		/** text/ * */
   1.765 +		ETextAny,
   1.766 +		/** text/html */
   1.767 +		ETextHtml,
   1.768 +		/** text/plain */
   1.769 +		ETextPlain,
   1.770 +		/** text/vnd.wap.wml */
   1.771 +		ETextVndWapWml,
   1.772 +		/** application/octet-stream */
   1.773 +		EApplicationOctetStream,
   1.774 +		/** application/x-www-form-urlencoded */
   1.775 +		EApplicationXWwwFormUrlEncoded,
   1.776 +		/** _023 */
   1.777 +		ECookieName,
   1.778 +		/** _024 */
   1.779 +		ECookieValue,
   1.780 +		/** Path */
   1.781 +		EPath,
   1.782 +		/** Comment */
   1.783 +		EComment,
   1.784 +		/** CommentURL */
   1.785 +		ECommentURL,
   1.786 +		/** Discard */
   1.787 +		EDiscard,
   1.788 +		/** Port */
   1.789 +		ECookiePort,
   1.790 +		/** Secure */
   1.791 +		ESecure,
   1.792 +		/** Version */
   1.793 +		EVersion,
   1.794 +		/** _025 */
   1.795 +		EHttpSocketServ,
   1.796 +		/** _026 */
   1.797 +		EHttpSocketConnection,
   1.798 +		/** _027 */
   1.799 +		ESecureDialog,
   1.800 +		/** _028 */
   1.801 +		EDialogPrompt,
   1.802 +		/** _029 */
   1.803 +		EDialogNoPrompt,
   1.804 +		/** _02A */
   1.805 +		ETunnel,
   1.806 +		/** _02B */
   1.807 +		EHttpPipelining,
   1.808 +		/** _02C */
   1.809 +		EEnablePipelining,
   1.810 +		/** _02D */
   1.811 +		EDisablePipelining,
   1.812 +		/** _02E */
   1.813 +		ECipherSuiteValue,
   1.814 +		/** _2F */
   1.815 +		EHttpBatching,
   1.816 +		/** _030 */
   1.817 +		EDoNotEnableBatching,
   1.818 +		/** _031 */
   1.819 +		EEnableBatching,
   1.820 +		/** _32 */
   1.821 +		EBatchingBufferSize,
   1.822 +		/** _033 */
   1.823 +		ESocketShutdownMode,
   1.824 +		/** _034 */
   1.825 +		ESocketShutdownNormal,
   1.826 +		/** _035 */
   1.827 +		ESocketShutdownImmediate,
   1.828 +		/** _036 */
   1.829 +		ESessionClosing,
   1.830 +		/** Profile */
   1.831 +		EProfile,
   1.832 +		/** Profile-Diff */
   1.833 +		EProfileDiff,
   1.834 +		/** _UaProf */
   1.835 +		EUAProfFilter,
   1.836 +		/** _037 */
   1.837 +		EMaxNumTransactionsToPipeline,
   1.838 +		/** _038 */
   1.839 +		ESessionId,
   1.840 +		/** _03A */
   1.841 +		ENotifyOnDisconnect,
   1.842 +		/** _03B */
   1.843 +		EEnableDisconnectNotification,
   1.844 +		/** _03C */
   1.845 +		EDisableDisconnectNotification,
   1.846 +		/** _03D */
   1.847 +		ERecvBufferSize,
   1.848 +		/** _03E */
   1.849 +		EHTTPTransOptimiser,
   1.850 +		/** _03F */
   1.851 +		EEnableHTTPTransOptimiser,
   1.852 +		/** _040 */
   1.853 +		EDisableHTTPTransOptimiser,
   1.854 +		/** NTLM */
   1.855 +		ENTLM,
   1.856 +		/** _041 */
   1.857 +		ENotify100Continue,
   1.858 +		/** _042 */
   1.859 +		EEnableNotification,
   1.860 +		/** _043 */
   1.861 +		EDisableNotification,
   1.862 +		/** _051 */
   1.863 +		ESendTimeOutValue,
   1.864 +		/** _052 */
   1.865 +		EReceiveTimeOutValue,
   1.866 +		/** _053 */
   1.867 +		ETranspHndlrPriority,
   1.868 +		/** _054 */
   1.869 +		EEnableTranspHndlrPriority,
   1.870 +		/** _055 */
   1.871 +		EDisableTranspHndlrPriority,
   1.872 +		/** _056 */
   1.873 +		EStrictConnectHeaders,
   1.874 +		/** _057 */
   1.875 +		EEnableStrictConnectHeaders,
   1.876 +		/** _061 */
   1.877 +		EHttpOptimalPipelining,
   1.878 +		/** _062 */
   1.879 +		EHttpEnableOptimalPipelining
   1.880 +		};
   1.881 +	static const TStringTable Table;	
   1.882 +	};
   1.883 +
   1.884 +#endif // STRINGTABLE_HTTP
   1.885 +