Table of Contents

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

updateType CookieUpdateType
value string
exchangeInfo ExchangeInfo

Properties

ExchangeInfo

public ExchangeInfo ExchangeInfo { get; }

Property Value

ExchangeInfo

SetCookieItem

public SetCookieItem? SetCookieItem { get; set; }

Property Value

SetCookieItem

UpdateType

public CookieUpdateType UpdateType { get; }

Property Value

CookieUpdateType

Value

public string Value { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.