Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl.old.net
Struct _DCL_HTTP_SERVLET_CONTEXT

   in HttpServerExtension-21.h
   in HttpServerExtension.h

struct _DCL_HTTP_SERVLET_CONTEXT


Field Summary
 DCL_HTTP_HCONN hConn
          
 const char* pszContentType
          
 const char* pszPath
          
 const char* pszQueryString
          
 const char* pszRemoteAddr
          
 const char* pszRequestMethod
          
 const char* pszScriptFile
          
 const char* pszScriptFileName
          
 const char* pszScriptText
          
 const void* pvScriptData
          
 UINT32 uContentLength
          
 UINT32 uRemotePort
          
 UINT32 uRequestMethod
          
 UINT32 uScriptLength
          
 UINT32 uSize
          
 UINT32 uVersion
          
 

Field Detail

hConn

public DCL_HTTP_HCONN hConn;

pszContentType

public const char* pszContentType;

pszPath

public const char* pszPath;

pszQueryString

public const char* pszQueryString;

pszRemoteAddr

public const char* pszRemoteAddr;

pszRequestMethod

public const char* pszRequestMethod;

pszScriptFile

public const char* pszScriptFile;

pszScriptFileName

public const char* pszScriptFileName;

pszScriptText

public const char* pszScriptText;

pvScriptData

public const void* pvScriptData;

uContentLength

public UINT32 uContentLength;

uRemotePort

public UINT32 uRemotePort;

uRequestMethod

public UINT32 uRequestMethod;

uScriptLength

public UINT32 uScriptLength;

uSize

public UINT32 uSize;

uVersion

public UINT32 uVersion;

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD