Table of Contents

Interface IHasCookies

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.Abstractions.dll
public interface IHasCookies

Methods

GetCookieValue(string)

string? GetCookieValue(string Key)

Parameters

Key string

Returns

string

GetCookieValue(string, out string?)

bool GetCookieValue(string Key, out string? Cookie)

Parameters

Key string
Cookie string

Returns

bool

SetCookie(string, string?)

ICookie SetCookie(string Key, string? Value)

Parameters

Key string
Value string

Returns

ICookie