Function CSPGetCookieSet::operator()()

Description:
Retrieves the cookie by name.

Prototype:
const CSPGetCookie& operator()(const CSPString& strName) const;

Arguments:
  • const CSPString& strName [IN]
    The name of the cookie requested.



Return value:
Returns a reference to the cookie requested.

Examples:
CSPString strCookie = Request.Cookies( "mycookie" ).Value;

See also:
member functions GetCookie( const CSPString& ), GetCookie( unsigned long ), operator []
CSPGetCookieSet | Intrinsic objects and classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd