Class CookieTrackingEvent
- Namespace
- Fluxzy
- Assembly
- Fluxzy.Core.dll
public class CookieTrackingEvent
- Inheritance
-
CookieTrackingEvent
- Inherited Members
Constructors
CookieTrackingEvent(CookieUpdateType, string, ExchangeInfo)
public CookieTrackingEvent(CookieUpdateType updateType, string value, ExchangeInfo exchangeInfo)
Parameters
updateTypeCookieUpdateTypevaluestringexchangeInfoExchangeInfo
Properties
ExchangeInfo
public ExchangeInfo ExchangeInfo { get; }
Property Value
SetCookieItem
public SetCookieItem? SetCookieItem { get; set; }
Property Value
UpdateType
public CookieUpdateType UpdateType { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.