exception HandleCookiesRequest in module com::sun::star::ucb::

(Global Index)

Syntax

exception HandleCookiesRequest : com::sun::star::task::ClassifiedInteractionRequest ;

Description

An error requesting guidance on how to handle cookie requests.

Field Summary

URL The URL for which one ore more cookies are requested.

Cookies The requested cookies.

Request Whether to receive (store) or send the cookies.

Field Details



URL

Syntax

string URL;

Description

The URL for which one ore more cookies are requested.


Cookies

Syntax

sequence< com::sun::star::ucb::Cookie > Cookies;

Description

The requested cookies.


Request

Syntax

com::sun::star::ucb::CookieRequest Request;

Description

Whether to receive (store) or send the cookies.

Top of Page