Skip to main content

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

MembersDescriptions
{property} string UrlThe cookie URL.
{property} string NameThe 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.

public inline ClearBrowserCookiesMessage(KioskClient sender)

public inline ClearBrowserCookiesMessage WithUrl(string url)

public inline ClearBrowserCookiesMessage WithName(string name)