class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::ClearBrowserCookiesMessage
class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::ClearBrowserCookiesMessage
: public Wacom.Kiosk.Message.Shared.MessageBase
Message to web browser cookies
Summary
| Members | Descriptions |
|---|---|
{property} string Url | The cookie URL. |
{property} string Name | The name of the cookie. |
public inline ClearBrowserCookiesMessage(KioskClient sender) | |
public inline ClearBrowserCookiesMessage WithUrl(string url) | |
public inline ClearBrowserCookiesMessage WithName(string name) |
Members
{property} string Url
The cookie URL.
If an empty string is provided, any URL will be matched.
{property} string Name
The name of the cookie.
If an empty string is provided, any URL will be matched.