Function CSPSetCookieSet::operator []()

Description:
Retrieves a cookie by index.

Micronovae Prototype:
CSPSetCookie& operator [](unsigned long ulIndex);

Arguments:
  • unsigned long ulIndex [IN]
    The index of the cookie.



Return value:
Returns a reference to the cookie requested.

Examples:
unsigned long ulCookieCount = Response.Cookies.GetCount();
Response.Cookies[ ulCookieCount ] = "Vanilla";

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

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com