Table of Contents

Class CookieFlow

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll
public class CookieFlow
Inheritance
CookieFlow
Inherited Members

Constructors

CookieFlow(string, string, List<CookieTrackingEvent>)

public CookieFlow(string name, string host, List<CookieTrackingEvent> events)

Parameters

name string
host string
events List<CookieTrackingEvent>

Properties

Events

public List<CookieTrackingEvent> Events { get; }

Property Value

List<CookieTrackingEvent>

Host

public string Host { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string