Table of Contents

Interface IHttpSession

Namespace
JJMasterData.Core.Http.Abstractions
Assembly
JJMasterData.Core.dll
public interface IHttpSession

Properties

this[string]

string this[string key] { get; set; }

Parameters

key string

Property Value

string

Methods

GetSessionValue<T>(string)

T GetSessionValue<T>(string key)

Parameters

key string

Returns

T

Type Parameters

T

HasSession()

bool HasSession()

Returns

bool

SetSessionValue(string, object)

void SetSessionValue(string key, object value)

Parameters

key string
value object