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

dcl.old.net
Class HttpSetCookie

HttpHeader
   |
   +--HttpSetCookie

   in HttpHeader.h

class HttpSetCookie
extends HttpHeader


 
Fields inherited from class HttpHeader
m_strName, m_strContent
 
Constructor Summary
HttpSetCookie( const char* pszName, const char* pszValue = NULL, time_t timeExpires = 0, const char* pszPath = NULL, const char* pszDomain = NULL, bool bSecure = false )
          
   
Methods inherited from class HttpHeader
name, content, toString
 

Constructor Detail

HttpSetCookie

public HttpSetCookie( const char* pszName, const char* pszValue = NULL, time_t timeExpires = 0, const char* pszPath = NULL, const char* pszDomain = NULL, bool bSecure = false );

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