Table of Contents

Interface IRequestContext

Namespace
PushTechnology.ClientInterface.Client.Features
Assembly
Diffusion.Client.dll

Context of the request received.

public interface IRequestContext

Remarks

Since 6.1

Properties

Path

Gets the path.

string Path { get; }

Property Value

string

The path.

SessionId

Gets the session identifier.

ISessionId SessionId { get; }

Property Value

ISessionId

The session id.

SessionProperties

Gets the session properties.

IReadOnlyDictionary<string, string> SessionProperties { get; }

Property Value

IReadOnlyDictionary<string, string>

The session properties.