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 []
|
|