Table of Contents

Interface ICookieDictionary

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.Abstractions.dll
public interface ICookieDictionary : IDictionary<string, ICookie?>, ICollection<KeyValuePair<string, ICookie?>>, IEnumerable<KeyValuePair<string, ICookie?>>, IEnumerable
Inherited Members